Alima777 created IOTDB-5450:
-------------------------------
Summary: Only one task of a query need to be added to timeoutQueue
Key: IOTDB-5450
URL: https://issues.apache.org/jira/browse/IOTDB-5450
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Alima777
Assignee: Alima777
Currently, when a query starts, all tasks of a query are added to timeoutQueue.
But these tasks have the same timeout time, and if one is timeout, all other
tasks will be removed from queue, so all other tasks except the first one are
redundant. Only the first one task of queue need to be added to timeoutQueue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)