Class ClusterStatusPublisher

java.lang.Object
org.apache.hadoop.hbase.ScheduledChore
org.apache.hadoop.hbase.master.ClusterStatusPublisher
All Implemented Interfaces:
Runnable

@Private public class ClusterStatusPublisher extends ScheduledChore
Class to publish the cluster status to the client. This allows them to know immediately the dead region servers, hence to cut the connection they have with them, eventually stop waiting on the socket. This improves the mean time to recover, and as well allows to increase on the client the different timeouts, as the dead servers will be detected separately.