maobaolong opened a new pull request #1083: URL: https://github.com/apache/hadoop-ozone/pull/1083
## What changes were proposed in this pull request? As it could involve an incompatible commit like HDDS-3614, we have to drop some table like `S3Table` to let OM can start successfully. Now, we have to build and install a ldb of rocksdb, use that tools, we can drop the table `S3Table`, it is not a easy job to build and install ldb. fortunately, we have debug tools which come in Ozone by HDDS-3614, so we can create a drop command to instead of ldb in rocksdb. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3814 ## How was this patch tested? An example as follow. ```bash ozone debug ldb --db=/Users/mbl/ozone/om/metadata-dirs/om.db ls ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
