You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/10/29 16:22:49 UTC

[GitHub] [hbase] Apache9 commented on pull request #3807: HBASE-26407 Introduce a region replication sink for sinking WAL edits…

Apache9 commented on pull request #3807:
URL: https://github.com/apache/hbase/pull/3807#issuecomment-954877781


   This is the first step for implementing HBASE-26233, where we do not rely on the general replication framework to send edits to secondary replicas.
   
   It basically works, using the MVCC approach described in the design doc
   https://docs.google.com/document/d/1WPSBwRqIPgTrPRM2wtzAe-3XUvA9S7auWy3Fy8xuZLc/edit?usp=sharing
   
   Will open new issues to finish the feature on a feature branch HBASE-26233, like adding fail recovery, limiting the total size of buffered WAL edits, etc.


-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org