You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2022/01/07 03:23:50 UTC

[iotdb] branch client_manager_add_close updated (434c835 -> a9fdf77)

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

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


    from 434c835  apply spotless
     add a9fdf77  change node report log level and timer log level split show timeseries plan by sg add connection retry in tests

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/cluster/ClusterIoTDB.java     |  4 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   | 78 +++++++++++++---------
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 15 +----
 .../iotdb/cluster/server/monitor/NodeReport.java   | 64 ++++++++++--------
 .../iotdb/cluster/utils/ClusterQueryUtils.java     | 24 +++++++
 .../apache/iotdb/db/metadata/tag/TagManager.java   |  2 +
 .../apache/iotdb/db/qp/physical/sys/ShowPlan.java  |  4 ++
 .../db/qp/physical/sys/ShowTimeSeriesPlan.java     | 14 ++++
 .../test/java/org/apache/iotdb/db/sql/Cases.java   | 14 ++++
 .../java/org/apache/iotdb/db/sql/ClusterIT.java    |  9 +--
 10 files changed, 147 insertions(+), 81 deletions(-)