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 2020/11/23 09:12:50 UTC

[iotdb] branch cluster_new updated (b23a6ad -> 6272820)

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

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


    from b23a6ad  fix zero selector num when #cores is low
     add 6272820  fix plan aborted when there is an exception

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/config/ClusterConfig.java |  2 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   |  4 +-
 .../cluster/server/member/MetaGroupMember.java     |  5 +-
 .../apache/iotdb/cluster/utils/StatusUtils.java    |  2 +-
 .../cluster/integration/BaseSingleNodeTest.java    | 80 +++++++++++++++++++
 .../iotdb/cluster/integration/SingleNodeTest.java  | 93 ++++++++++++++++++++++
 .../org/apache/iotdb/db/metadata/MetaUtils.java    | 10 +--
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  1 -
 .../org/apache/iotdb/db/utils/CommonUtils.java     |  5 +-
 .../main/java/org/apache/iotdb/rpc/RpcUtils.java   |  6 +-
 .../java/org/apache/iotdb/session/Session.java     |  7 ++
 11 files changed, 202 insertions(+), 13 deletions(-)
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/integration/BaseSingleNodeTest.java
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/integration/SingleNodeTest.java