Uh oh!
There was an error while loading. Please reload this page.
HBASE-26482 HMaster may clean wals that is replicating in rare cases - #3887
Conversation
zhengzhuobinzzb
commented
Nov 27, 2021
There is a problem. We can't update cversion of root queuesZnode atomically when hbase.zookeeper.useMulti is set false. Now, I only fixed this problem when hbase.zookeeper.useMulti true. (default is true) Another way to totally solve this problem: Check cversion of /hbase/replication/rs and all znodes of /hbase/replication/rs/${servername} when master clean. But this way will cause the code of branch-1 different with master. I don't know which is better. |
Apache9
commented
Nov 27, 2021
I think it is OK to have different code implementation for branch-1. |
6443cbe to
0838aa3CompareApache-HBase
commented
Nov 27, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 27, 2021
💔 -1 overall
This message was automatically generated. |
zhengzhuobinzzb
commented
Nov 28, 2021
HI @Apache9, Help review in your free time, thanks~ |
zhengzhuobinzzb
commented
Nov 29, 2021
@Apache9 General ping for review~~ |
Apache9
commented
Nov 29, 2021
@Reidddddd PTAL in your convenience~ |
No description provided.