morningman opened a new pull request #560: Auto fix missing version replica
URL: https://github.com/apache/incubator-doris/pull/560
 
 
   In some cases, BE may lose some version (which is a bug).
   We should be also to recover from this situation.
   
   If version is lost in replica, eg: 1,2,3,5,6, version 4 is lost, than BE will
   report this tablet as version 3. In FE, this replica's version is 6,
   so there is a missing version replica found.
   And we will set this replica's last failed version as 4 (3+1) in FE, and let 
Tablet Scheduler
   fix this tablet.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to