Description
As per the discussion in HDFS-12467, this jira is for refactoring chill mode logic in SCM's NodeManager.
The following methods will be supported to manipulate chill mode status of SCM
- forceExitChillMode - will bring SCM out of chill mode (both startup and manual)
- enterChillMode - will set manual chill mode flag to true
- exitChillMode - will set manual chill mode flag to false
- getChillModeStatus - will return chill mode status string
- isOutOfChillMode - will return true if SCM is out of chill mode, else false