[
https://issues.apache.org/jira/browse/DRILL-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15068847#comment-15068847
]
ASF GitHub Bot commented on DRILL-4187:
---------------------------------------
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/310#discussion_r48306322
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/QueryManager.java
---
@@ -287,6 +288,7 @@ QueryState updateEphemeralState(final QueryState
queryState) {
case CANCELED:
case FAILED:
try {
+ profilePStore.put(stringQueryId, getQueryProfile());
--- End diff --
Should be removed. Foreman.ForemanResult#close has the call to write the
final profile.
> Introduce a state to separate queries pending execution from those pending in
> the queue.
> ----------------------------------------------------------------------------------------
>
> Key: DRILL-4187
> URL: https://issues.apache.org/jira/browse/DRILL-4187
> Project: Apache Drill
> Issue Type: Sub-task
> Reporter: Hanifi Gunes
> Assignee: Mehant Baid
> Fix For: 1.5.0
>
>
> Currently queries pending in the queue are not listed in the web UI besides
> we use the state PENDING to mean pending executions. This issue proposes i)
> to list enqueued queries in the web UI ii) to introduce a new state for
> queries sitting at the queue, differentiating then from those pending
> execution.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)