You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/12/01 13:27:53 UTC

[GitHub] [bookkeeper] wenbingshen commented on a diff in pull request #3684: [improve] rename entrylogMapAccessExpiryTimeInSeconds to entryLogMapAccessExpiryTimeInSeconds

wenbingshen commented on code in PR #3684:
URL: https://github.com/apache/bookkeeper/pull/3684#discussion_r1037105786


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java:
##########
@@ -3839,17 +3839,17 @@ public ServerConfiguration setNumOfMemtableFlushThreads(int numOfMemtableFlushTh
      * has elapsed after the entry's last access, that entry should be
      * automatically removed from the cache
      */
-    public int getEntrylogMapAccessExpiryTimeInSeconds() {
+    public int getentryLogMapAccessExpiryTimeInSeconds() {

Review Comment:
   Minor omission, capital E: getEntryLogMapAccessExpiryTimeInSeconds



-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org