You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "eolivelli (via GitHub)" <gi...@apache.org> on 2023/07/30 17:52:41 UTC

[GitHub] [bookkeeper] eolivelli commented on a diff in pull request #4038: Improve DefaultEntryLogger read performance.

eolivelli commented on code in PR #4038:
URL: https://github.com/apache/bookkeeper/pull/4038#discussion_r1278597731


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/EntryLogger.java:
##########
@@ -129,4 +129,6 @@ default EntryLogMetadata getEntryLogMetadata(long entryLogId) throws IOException
      * @return false if the entrylog doesn't exist.
      */
     boolean removeEntryLog(long entryLogId);
+
+    String name();

Review Comment:
   Is this a 'name' or a 'type' ?



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