maobaolong opened a new pull request #441: HDDS-2889. Make DBStore and RDBStore more commons. URL: https://github.com/apache/hadoop-ozone/pull/441 ## What changes were proposed in this pull request? As a user of RDBStore and TypedTable, i only use these class to maintain my rocksdb, i use hadoop-hdds-common as a maven dependency. But during my progress running, i find a folder named `om.db.checkpoints`, it is terrible, i do not know om, i only want to use a common typedTable which help me maintains rocksdb. So we should rename it, remove the concept of OM. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2889 ## How was this patch tested? Only change the name of checkpoint and comments, no need to test.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
