hbase/hbase-server
Michael Stack 970636c5af HBASE-19838 Can not shutdown backup master cleanly when it has already tried to become the active master
On Master@shutdown, close the shared Master connection to kill any
ongoing RPCs by hosted clients.

M hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
Call close ont the Master shared clusterconnection to kill any ongoing
rpcs.

M hbase-server/src/main/java/org/apache/hadoop/hbase/master/ServerManager.java
Remove guts of close; we were closing the Masters connection....not
our responsibility.

Added unit test written by Duo Zhang which demonstrates the case where
Master will not go down.

Signed-off-by: zhangduo <zhangduo@apache.org>
2018-01-23 11:07:00 +08:00
..
src HBASE-19838 Can not shutdown backup master cleanly when it has already tried to become the active master 2018-01-23 11:07:00 +08:00
pom.xml HBASE-19829 hadoop-minicluster pulls zookeeper:test-jar:tests 3.4.6 2018-01-19 15:18:22 -08:00