You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2023/02/03 03:14:44 UTC

[iotdb] branch multiQueue updated (fadabc1b0b -> 87bc35d324)

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

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


    omit fadabc1b0b add convertRunningTaskToReadyQueue
    omit d25a37b3b8 Fix tests
    omit 8a8ac51713 reset the max capacity of timeoutQueue to 1000
    omit a736d70950 Allow query scheduler to receive more tasks
     add 87bc35d324 fix blocked task can't join ready queue again

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fadabc1b0b)
            \
             N -- N -- N   refs/heads/multiQueue (87bc35d324)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/execution/schedule/DriverScheduler.java | 88 +++++-----------------
 .../schedule/queue/IndexedBlockingQueue.java       | 56 +++++++-------
 .../schedule/queue/L1PriorityQueueTest.java        |  7 +-
 .../schedule/queue/L2PriorityQueueTest.java        |  7 +-
 4 files changed, 57 insertions(+), 101 deletions(-)