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 18:31:26 UTC

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

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

 ##########
 File path: bookkeeper-proto/src/main/proto/BookkeeperProtocol.proto
 ##########
 @@ -64,6 +64,7 @@ enum OperationType {
     GET_BOOKIE_INFO = 8;
     START_TLS = 9;
     FORCE_LEDGER = 10;
+    GET_LIST_OF_ENTRIES_OF_A_LEDGER = 11;
 
 Review comment:
   will change this to GET_LIST_OF_ENTRIES_OF_LEDGER and all the corresponding names will be changed to GetListOfEntriesOfLedger

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