Tejaskriya opened a new pull request, #8038: URL: https://github.com/apache/ozone/pull/8038
## What changes were proposed in this pull request? [HDDS-3814](https://issues.apache.org/jira/browse/HDDS-3814) introduced a drop command for rocksdb column families. It is very risky to have such commands exposed to the user, it should be removed. In the rare case such a functionality is needed, rocksDB's ldb tool can be used. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12534 ## How was this patch tested? Tested Manually: ``` Usage: ozone debug ldb --db=<dbPath> [COMMAND] Parse rocksdb file content --db=<dbPath> Database File Path Commands: scan Parse specified metadataTable list_column_families, ls list all column families in db. value-schema Schema of value in metadataTable checkpoint Create checkpoint for specified db ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
