sijie commented on a change in pull request #1949: [bookie-gc] add option to
cache entry-log metadata map into rocksDB
URL: https://github.com/apache/bookkeeper/pull/1949#discussion_r268476896
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/util/BookKeeperConstants.java
##########
@@ -31,6 +31,7 @@
public static final String BOOKIE_STATUS_FILENAME = "BOOKIE_STATUS";
public static final String PASSWD = "passwd";
public static final String CURRENT_DIR = "current";
+ public static final String METADATA_DIR = "metadata";
Review comment:
I would suggest calling this a `entrylog_index_cache` directory. `metadata`
is too ambitious and it indicates that it is a directory for storing persistent
information.
----------------------------------------------------------------
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