You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2021/11/15 16:06:00 UTC

[jira] [Created] (HBASE-26457) Should not always clear all the failed replicas when getting a flush all request

Duo Zhang created HBASE-26457:
---------------------------------

             Summary: Should not always clear all the failed replicas when getting a flush all request
                 Key: HBASE-26457
                 URL: https://issues.apache.org/jira/browse/HBASE-26457
             Project: HBase
          Issue Type: Sub-task
          Components: read replicas
            Reporter: Duo Zhang


As described in this section in the design doc:

https://docs.google.com/document/d/1WPSBwRqIPgTrPRM2wtzAe-3XUvA9S7auWy3Fy8xuZLc/edit#heading=h.8nfip05gosr

We need to make sure that all the edits which have been sent to the broken replica must have a less sequence id than the flush sequence number of the commit flush edit, then we are safe to recover it. Otherwise we may miss some edit.

The current implementation is not enough, we need to improve it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)