StevenLuMT commented on code in PR #3103:
URL: https://github.com/apache/bookkeeper/pull/3103#discussion_r902333046


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java:
##########
@@ -1809,6 +1810,28 @@ public ServerConfiguration 
setIsForceGCAllowWhenNoSpace(boolean force) {
         return this;
     }
 
+    /**
+     * Get location index sync data.
+     *
+     * @return true  - sync operate location index,
+     *         false - async operate location index.
+     */
+    public boolean getLocationIndexSyncData() {

Review Comment:
   > This option is not for every LedgerStorage. We should reflect this into 
the name
   
   @eolivelli good suggestion,I have rename it to 
getDbLedgerLocationIndexSyncEnable
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to