You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/02/01 21:04:32 UTC

[GitHub] eolivelli commented on a change in pull request #1931: (WIP) GetListOfEntriesOfLedger implementation

eolivelli commented on a change in pull request #1931: (WIP) GetListOfEntriesOfLedger implementation
URL: https://github.com/apache/bookkeeper/pull/1931#discussion_r253194997
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/EntryMemTable.java
 ##########
 @@ -44,7 +47,7 @@
  */
 public class EntryMemTable implements AutoCloseable{
     private static Logger logger = LoggerFactory.getLogger(Journal.class);
-
+    static final long LONG_MAX_VALUE = Long.MAX_VALUE - 1;
 
 Review comment:
   this name is weird, what about MAX_ENTRY_ID  ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services