Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ public enum Reason {
/**
* Application is killed by ResourceManager
*/
BY_RESOURCEMANAGER
BY_RESOURCEMANAGER,

/**
* Application is marked as Cleaned because NodeManager restart and Recovery, and it is already finished
*/
BY_NODEMANAGER
}
}
Loading