This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 16f287f2cab Fixed an issue where searchIndex was not restored properly 
after IoT protocol restart (#11306)
     add 24f24eaee51 Set ShowQuries related DriverTasks to the highest priority

No new revisions were added by this update.

Summary of changes:
 .../db/queryengine/execution/driver/Driver.java    |  12 ++
 .../db/queryengine/execution/driver/IDriver.java   |   4 +
 .../fragment/FragmentInstanceManager.java          |   5 +
 .../execution/schedule/DriverScheduler.java        |   5 +-
 .../multilevelqueue/MultilevelPriorityQueue.java   | 111 ++++++++----
 .../execution/schedule/task/DriverTask.java        |  22 ++-
 .../queryengine/plan/execution/QueryExecution.java |   8 +
 .../plan/planner/plan/FragmentInstance.java        |  10 ++
 .../queryengine/plan/statement/StatementType.java  |   1 +
 .../plan/statement/sys/ShowQueriesStatement.java   |   3 +-
 .../schedule/DefaultDriverSchedulerTest.java       |  28 +--
 .../DriverTaskTimeoutSentinelThreadTest.java       |  19 +-
 .../queue/MultilevelPriorityQueueTest.java         | 199 +++++++++++++++++++++
 13 files changed, 366 insertions(+), 61 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/schedule/queue/MultilevelPriorityQueueTest.java

Reply via email to