Prasad Nagaraj Subramanya created DRILL-5859: ------------------------------------------------
Summary: Time for query queuing timeout not display correctly in WebUI Key: DRILL-5859 URL: https://issues.apache.org/jira/browse/DRILL-5859 Project: Apache Drill Issue Type: Bug Components: Client - HTTP Affects Versions: 1.11.0 Reporter: Prasad Nagaraj Subramanya Assignee: Prasad Nagaraj Subramanya Priority: Minor Fix For: 1.12.0 With exec.queue.enable=true and exec.queue.timeout_millis=300000 (ms), the data for timed out queries due to exceeding the exec.queue.timeout_millis limit in the WebUI shows as: {code} State: FAILED Duration: 05 min 0.559 sec Foreman: qa-node114.qa.lab Planning: 0.529 sec Total Fragments: 0 Queued: Not Available Total Cost: 575,415,266.982 Execution: 05 min 0.030 sec {code} The "05 min 0.030 sec" value should be for the "Queued" key instead of the "Execution" key. Also, the error in the log file for the query is shown as: "RESOURCE ERROR: Query timed out of the large queue after 300 ms." It should say "... 300 seconds" -- This message was sent by Atlassian JIRA (v6.4.14#64029)