ArvinDevel commented on a change in pull request #876: Issue 870:
ScanAndCompareGarbageCollector: harden against LM bugs
URL: https://github.com/apache/bookkeeper/pull/876#discussion_r157926446
##########
File path:
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java
##########
@@ -309,6 +310,25 @@ public ServerConfiguration
setUseTransactionalCompaction(boolean useTransactiona
return this;
}
+ /**
+ * Get whether the bookie is configured to double check prior to gc.
+ *
+ * @return use transactional compaction
+ */
+ public boolean getVerifyMetadataOnGC() {
+ return this.getBoolean(VERIFY_METADATA_ON_GC, false);
+ }
+
+ /**
+ * Set whether to use transactional compaction and using a separate log
for compaction or not.
Review comment:
the description is not correct yet
----------------------------------------------------------------
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