shustsud commented on PR #4194:
URL: https://github.com/apache/bookkeeper/pull/4194#issuecomment-1947696060

   @lhotari 
   > Why does that logic exist in the first place? Are entry ids guaranteed to 
be continuous?
   
   Sorry, I don't know if entry ids are guaranteed to be continuous. But this 
check looks like its premise.
   
   Also, ensemble on metadata would probably be structured as follows.
   ```
   ensembles={
     0=[Bookie1:<port>, Bookie2:<port>, Bookie3:<port>],
     100=[Bookie1:<port>, Bookie2:<port>, Bookie4:<port>],
     1000=[Bookie5:<port>, Bookie6:<port>, Bookie4:<port>]
   }
   ```
   
   This check may exist because entry ids must have been successfully written 
sequentially.


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