Wilfred Spiegelenburg created YUNIKORN-532:
----------------------------------------------

             Summary: Allow app ID re-use if the app has finished
                 Key: YUNIKORN-532
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-532
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: core - common
            Reporter: Wilfred Spiegelenburg


During the design of YUNIKORN-484 we decided to keep all applications, with all 
states in one map for tracking. After an application is Completed it cannot 
transition to any other state, it is a final state.

This however means that we cannot re-use the application ID. In case we have a 
cron like job that specifies the application ID we might see that same ID over 
a period of time. We currently reject the second instance if the Completed 
application has not timed out yet.

For cron like job support we should allow the app ID to be re-used if the 
application is in a completed state.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to