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 2023/01/02 07:07:53 UTC

[iotdb] branch improve/iotdb-5803 updated (977fcc8bbd -> 2000ecff6c)

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

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


 discard 977fcc8bbd [lemming-5303] Refine IT config: part I
     add 072588d259 [IOTDB-5327] Move Apache IoTDB Dashboard and update doc (#8692)
     add 358be12ca7 Fix some iotdb-confignode code smells (#8647)
     add 8eb7e24eb2 [IOTDB-5284] Fix some iotdb-confignode code smells (#8656)
     add b6c71120d3 fix conflicts in test (#8694)
     add 2000ecff6c [lemming-5303] Refine IT config: part I

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   (977fcc8bbd)
            \
             N -- N -- N   refs/heads/improve/iotdb-5803 (2000ecff6c)

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:
 .../handlers/rpc/AbstractAsyncRPCHandler.java      |  2 +-
 .../consensus/response/DataNodeToStatusResp.java   |  4 ++-
 .../statemachine/ConfigNodeRegionStateMachine.java | 20 +++++++-------
 .../confignode/exception/ConfigNodeException.java  |  2 +-
 .../confignode/manager/ClusterSchemaManager.java   | 31 ++++++++++------------
 .../confignode/manager/cq/CQScheduleTask.java      | 26 +++++++++---------
 .../region/CopySetRegionGroupAllocator.java        |  4 +--
 .../router/leader/MinCostFlowLeaderBalancer.java   | 26 +++++++++---------
 .../manager/node/heartbeat/BaseNodeCache.java      |  2 +-
 .../node/heartbeat/DataNodeHeartbeatCache.java     |  2 +-
 .../iotdb/confignode/persistence/TriggerInfo.java  |  6 ++---
 .../iotdb/confignode/persistence/cq/CQInfo.java    |  6 ++---
 .../confignode/persistence/node/NodeInfo.java      | 16 +++++------
 .../persistence/partition/PartitionInfo.java       |  6 ++---
 .../persistence/schema/ClusterSchemaInfo.java      |  6 ++---
 .../persistence/schema/TemplateTable.java          |  6 ++---
 .../confignode/procedure/InternalProcedure.java    |  2 +-
 .../procedure/env/DataNodeRemoveHandler.java       |  2 +-
 .../impl/schema/DeleteStorageGroupProcedure.java   |  5 +++-
 .../Apache-IoTDB-ConfigNode-Dashboard.json         |  0
 .../Apache-IoTDB-DataNode-Dashboard.json           |  0
 docs/UserGuide/Monitor-Alert/Metric-Tool.md        |  5 ++--
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md     |  4 ++-
 .../resources/conf/iotdb-common.properties         |  4 +--
 ...eCompactionWithFastPerformerValidationTest.java | 31 +++++++++++++---------
 25 files changed, 114 insertions(+), 104 deletions(-)
 rename grafana-metrics-example/Apache IoTDB ConfigNode Dashboard.json => docs/UserGuide/Monitor-Alert/Apache-IoTDB-ConfigNode-Dashboard.json (100%)
 rename grafana-metrics-example/Apache IoTDB DataNode Dashboard.json => docs/UserGuide/Monitor-Alert/Apache-IoTDB-DataNode-Dashboard.json (100%)