reddycharan commented on a change in pull request #1201: ISSUE #570: Entrylog
per ledger
URL: https://github.com/apache/bookkeeper/pull/1201#discussion_r171027029
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java
##########
@@ -2586,4 +2603,79 @@ public void setRegistrationManagerClass(
protected ServerConfiguration getThis() {
return this;
}
+
+
+ /*
+ * specifies if entryLog per ledger is enabled. If it is enabled, then
there
+ * would be a active entrylog for each ledger
+ */
+ public boolean isEntryLogPerLedgerEnabled() {
+ return this.getBoolean(ENTRY_LOG_PERLEDGER_ENABLED, false);
Review comment:
valid point.. and also I was planning to validate that
"USE_TRANSACTIONAL_COMPACTION" and "ENTRY_LOG_PERLEDGER_ENABLED" are not
enabled together. When ENTRY_LOG_PERLEDGER_ENABLED is enabled, compaction is
not required in the first place.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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