You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2022/07/26 06:27:07 UTC

[iotdb] branch bugfix/iotdb-3958 updated (53e4e7d505 -> f7f3396b35)

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

ericpai pushed a change to branch bugfix/iotdb-3958
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 53e4e7d505 [IOTDB-3958] Add error logging in thread pool
     add f7f3396b35 [IOTDB-3958] Add error logging in thread pool

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   (53e4e7d505)
            \
             N -- N -- N   refs/heads/bugfix/iotdb-3958 (f7f3396b35)

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:
 server/src/main/java/org/apache/iotdb/db/engine/flush/FlushManager.java | 2 +-
 server/src/main/java/org/apache/iotdb/db/engine/settle/SettleTask.java  | 2 +-
 .../src/main/java/org/apache/iotdb/db/engine/upgrade/UpgradeTask.java   | 2 +-
 .../java/org/apache/iotdb/db/query/dataset/NonAlignEngineDataSet.java   | 2 +-
 .../iotdb/db/query/dataset/RawQueryDataSetWithoutValueFilter.java       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)