Ghatage opened a new issue #2305: Bookies come up without a cookie in metadata 
store
URL: https://github.com/apache/bookkeeper/issues/2305
 
 
   **BUG REPORT**
   
   ***Describe the bug***
   
   Bookies are allowed tot boot up even if they don't have a cookie in the 
metadata store.
   
   ***To Reproduce***
   
   Steps to reproduce the behavior in jUnit:
   1. Boot up a bookie
   2. Delete it's cookie from metadata store
   3. Restart bookie
   4. Bookie comes back up even without a cookie
   5. This is a problem because any following operations on cookies will result 
in `InvalidCookieException`
   
   ***Expected behavior***
   
   If for some reason, the bookie does not have a cookie in metadata store it 
should not be allowed to come up because the cookies are out of sync.
   
   ***Additional context***
   
   See slack conversation 
[here](https://apachebookkeeper.slack.com/archives/C6G5104SF/p1582304160015200).
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to