zhengzhuobinzzb commented on pull request #3887:
URL: https://github.com/apache/hbase/pull/3887#issuecomment-980510742
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.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]