Class SubClusterCleaner
java.lang.Object
org.apache.hadoop.yarn.server.globalpolicygenerator.subclustercleaner.SubClusterCleaner
- All Implemented Interfaces:
Runnable
The sub-cluster cleaner is one of the GPG's services that periodically checks
the membership table in FederationStateStore and mark sub-clusters that have
not sent a heartbeat in certain amount of time as LOST.
-
Constructor Summary
ConstructorsConstructorDescriptionSubClusterCleaner(org.apache.hadoop.conf.Configuration conf, GPGContext gpgContext) The sub-cluster cleaner runnable is invoked by the sub cluster cleaner service to check the membership table and remove sub clusters that have not sent a heart beat in some amount of time. -
Method Summary
-
Constructor Details
-
SubClusterCleaner
The sub-cluster cleaner runnable is invoked by the sub cluster cleaner service to check the membership table and remove sub clusters that have not sent a heart beat in some amount of time.- Parameters:
conf- configuration.gpgContext- GPGContext.
-
-
Method Details