reddycharan opened a new pull request #2180: Fix firstStoredEntryId logic in 
LedgerFragment
URL: https://github.com/apache/bookkeeper/pull/2180
 
 
   Descriptions of the changes in this PR:
   
   - firstStoredEntryId logic in LedgerFragment should return '-1'
   only if no bookie contains any entry of that LedgerFragment.
   
   This is a serious issue, in our cluster we observed for a particular ledger, 
which is marked under replicated, it is returning -1 for firstStoredEntryId and 
10 for lastStoredEntryId. Because of that the ReplicationWorker, tries to 
replicate entryId ‘-1’ and as expected it keeps failing while reading it. So 
ledger remains under replicated for ever.

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