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 03:29:27 UTC

[iotdb] branch cluster_new updated (49d194e -> 1072b5c)

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 49d194e  fix empty mesurement name when querying last with alias
     new 8444591  fix transport not close
     new 40c75b6  remove invalid import
     new ab26779  fix ut
     new 1072b5c  Merge pull request #2065 from mychaow/fix_transport_close_bug

The 5687 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cluster/src/assembly/resources/conf/iotdb-engine.properties  |  2 +-
 cluster/src/assembly/resources/conf/logback.xml              |  2 +-
 .../apache/iotdb/cluster/client/async/AsyncClientPool.java   | 12 ++++++++++--
 .../apache/iotdb/cluster/client/async/AsyncDataClient.java   |  7 ++++++-
 .../apache/iotdb/cluster/client/async/AsyncMetaClient.java   |  6 ++++++
 .../java/org/apache/iotdb/cluster/config/ClusterConfig.java  |  2 +-
 .../org/apache/iotdb/cluster/log/catchup/CatchUpTask.java    | 11 +++++++----
 .../iotdb/cluster/log/catchup/SnapshotCatchUpTask.java       | 12 +++++++++++-
 .../server/handlers/caller/SnapshotCatchUpHandler.java       |  2 +-
 .../apache/iotdb/cluster/server/member/DataGroupMember.java  |  2 +-
 .../iotdb/cluster/client/async/AsyncDataClientTest.java      |  2 +-
 .../org/apache/iotdb/cluster/common/TestAsyncMetaClient.java |  1 +
 .../java/org/apache/iotdb/cluster/common/TestSnapshot.java   |  7 ++++++-
 .../org/apache/iotdb/cluster/utils/SerializeUtilTest.java    |  3 +++
 server/src/assembly/resources/conf/logback.xml               |  6 +++---
 15 files changed, 59 insertions(+), 18 deletions(-)