You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Manikandan R (Jira)" <ji...@apache.org> on 2021/08/16 05:02:00 UTC

[jira] [Resolved] (YUNIKORN-798) the REST APIs of getting queue application returns "Queue not found" even though the queue is existent

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

Manikandan R resolved YUNIKORN-798.
-----------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

> the REST APIs of getting queue application returns "Queue not found" even though the queue is existent
> ------------------------------------------------------------------------------------------------------
>
>                 Key: YUNIKORN-798
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-798
>             Project: Apache YuniKorn
>          Issue Type: Bug
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>
> the queue having no apps is considered nonexistent.
>  
> {code}
>  	if !appExistsInQueue {
> 		buildJSONErrorResponse(w, "Queue not found", http.StatusBadRequest)
> 		return
> 	}
> {code}



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

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