-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.2
-
Component/s: yarn-native-services
-
Labels:None
Existing YARN service has following states:
public enum ServiceState { ACCEPTED, STARTED, STABLE, STOPPED, FAILED, FLEX, UPGRADING, UPGRADING_AUTO_FINALIZE; }
Ideally we should add "SUCCEEDED" state in order to support long running applications like Tensorflow.