If one-RS only and its restarted before its shutdown is completely processed,
we'll never complete shutdown processing
----------------------------------------------------------------------------------------------------------------------
Key: HBASE-2525
URL: https://issues.apache.org/jira/browse/HBASE-2525
Project: Hadoop HBase
Issue Type: Bug
Reporter: stack
Assignee: stack
Fix For: 0.20.5, 0.21.0
Attachments: 2525.txt
This is why TestZooKeeper is currently broken in build. There is a single RS
only in that test. Its restarted using the
hbase.regionserver.restart.on.zk.expire facility in the RS. HBASE-2413 added
blocking new servers of same host+port until the old is processed but if the
old was only server carrying root and meta, and we won't let in the new server
until the old server is processed AND processing of old server shutdown inline
has assignment of root and meta, we're stuck.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.