Class SubClusterCleaner

java.lang.Object
org.apache.hadoop.yarn.server.router.cleaner.SubClusterCleaner
All Implemented Interfaces:
Runnable

public class SubClusterCleaner extends Object implements Runnable
The SubClusterCleaner thread is used to check whether the SubCluster has exceeded the heartbeat time. If the SubCluster heartbeat time exceeds 30 mins, set the SubCluster to LOST. Check the thread every 1 mins, check once.
  • Constructor Details

    • SubClusterCleaner

      public SubClusterCleaner(org.apache.hadoop.conf.Configuration conf)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable