You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
I was building the hdfs plugin to verify my Java changes, and discovered that recent updates to RocksDB have broken the plugin.
hdfs_env.cc uses a previously deprecated Register() function which has now been removed.
The text was updated successfully, but these errors were encountered:
Thanks for flagging. Yes, a recent change removed Register(). I think the substitute is AddFactory() (facebook/rocksdb@449029f). Could you give this a try?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was building the hdfs plugin to verify my Java changes, and discovered that recent updates to RocksDB have broken the plugin.
hdfs_env.cc uses a previously deprecated Register() function which has now been removed.
The text was updated successfully, but these errors were encountered: