You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2021/02/01 06:26:00 UTC

[jira] [Updated] (YUNIKORN-299) Application should be accounted under correct queue if the same app was submitted earlier under different queue.

     [ https://issues.apache.org/jira/browse/YUNIKORN-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wilfred Spiegelenburg updated YUNIKORN-299:
-------------------------------------------
    Issue Type: Task  (was: Bug)

> Application should be accounted under correct queue if the same app was submitted earlier under different queue.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: YUNIKORN-299
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-299
>             Project: Apache YuniKorn
>          Issue Type: Task
>          Components: core - scheduler
>            Reporter: Ayub Pathan
>            Priority: Major
>
> Steps to repro:
>  # Submit App-01 under namespace “development”
>  # Which results in creation of “development” queue.
>  # Now, once the App-01 is complete, delete the namespace.
>  # Queue “development” is not cleaned up and /v1/queues return the old queue information.
>  # Now submit App-01 again under different namespace - say “test01"
> What is the expected behavior in this case?
>  # Yunikorn should schedule the app in “test-01” queue?
>  # or should run the app under old “development” queue, which is no more existing in terms of namespace..
> To me, it looks like #1 is accurate and #2 is a bug as the namespace no more exists and its not expected to run under non-existing, un-accounted queue.. 
> This can be a common use case if user or code submits an app with same name under different namespaces. 
>  
> Currently, Yunikorn considers app name while generating appID, suggestion is to consider namespace as well while generating the appID along with app name. In that case, every app is uniquely identified! 
>  
> This Jira can be used to discuss and brainstorm different approaches on how to address this issue.
>  
> [~cheersyang] [~wilfreds]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org