[ 
https://issues.apache.org/jira/browse/DRILL-7983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455045#comment-17455045
 ] 

ASF GitHub Bot commented on DRILL-7983:
---------------------------------------

CuteKittyhoho commented on pull request #2353:
URL: https://github.com/apache/drill/pull/2353#issuecomment-988608321


   @paul-rogers @cgivre Thanks again for your good advice! I have finished task 
of real test now. It first issued two queries then checked the results from 
```/profiles.json```, ```/profiles/running``` and ```/profiles/completed``` 
respectively. Adding a status parameter in GET request such as 
```/profiles/json?status=[all|running|completed]``` is also done, so could you 
please review  these things now? However, implementing a test with threads to 
check running queries is a bit of challenging, so it still need some time for 
me. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Add a REST API to support the get running or completed profiles
> ---------------------------------------------------------------
>
>                 Key: DRILL-7983
>                 URL: https://issues.apache.org/jira/browse/DRILL-7983
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Cong Luo
>            Priority: Major
>             Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. 
> this goal of ticket is extended from the `/profiles.json` to support get the 
> running or completed profiles (not all of them). the client does not need to 
> filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to