ivankelly commented on a change in pull request #1236: Issue #570: make changes
to SyncThread/checkpoint logic.
URL: https://github.com/apache/bookkeeper/pull/1236#discussion_r173739266
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java
##########
@@ -179,6 +179,11 @@
// Stats
protected static final String ENABLE_TASK_EXECUTION_STATS =
"enableTaskExecutionStats";
+ /*
+ * config specifying if the entrylog per ledger is enabled or not.
+ */
+ protected static final String ENTRY_LOG_PERLEDGER_ENABLED =
"entryLogPerLedgerEnabled";
Review comment:
the setting name is entryLogPerLedgerEnabled, not entryLogPerledgerEnabled.
It's the variable I want updated to be consistent with the setting name, as the
setting name treats Per and Ledger as separate words. As they are.
----------------------------------------------------------------
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