You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/11/03 03:33:51 UTC

[iotdb] branch issue-4293 updated (bbf1049 -> e92bf88)

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

rong pushed a change to branch issue-4293
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from bbf1049  [ISSUE-4293] SessionPool: InterruptedException is not properly handled in synchronized wait()
     add f2382ef  [IOTDB-1877] Fix Sync recovery and reconnection bugs in both sender and receiver  (#4287)
     add 8eb939c  [IOTDB-1745] Metagroup snapshots support template (#4244)
     add 0013531  Update TSDB-Comparison.md (#4289)
     add 25a98ee  [IOTDB-1609] Print the actual size of plan when it exceeds the wal_buffer_size (#4279)
     add b05e21c  [ISSUE-4288] Fix CI issue caused by the invalid pentaho download url (#4299)
     add e92bf88  Merge branch 'master' of github.com:apache/iotdb into issue-4293

No new revisions were added by this update.

Summary of changes:
 .../log/manage/MetaSingleSnapshotLogManager.java   | 10 ++-
 .../cluster/log/snapshot/MetaSimpleSnapshot.java   | 38 +++++++++--
 .../log/snapshot/MetaSimpleSnapshotTest.java       | 42 ++++++++++++-
 .../cluster/server/member/MetaGroupMemberTest.java | 73 +++++++++-------------
 .../cluster/utils/CreateTemplatePlanUtil.java      | 71 +++++++++++++++++++++
 docs/zh/UserGuide/Comparison/TSDB-Comparison.md    |  2 +-
 hive-connector/pom.xml                             | 16 -----
 pom.xml                                            |  6 ++
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 14 +++++
 .../iotdb/db/metadata/template/Template.java       | 49 +++++++++++++--
 .../db/metadata/template/TemplateManager.java      | 11 ++++
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  | 17 +++++
 .../utils/EmptyOutputStream.java}                  | 17 ++---
 .../db/sync/receiver/transfer/SyncServiceImpl.java | 14 ++---
 .../iotdb/db/sync/sender/transfer/SyncClient.java  | 12 ++--
 .../db/writelog/node/ExclusiveWriteLogNode.java    | 10 +--
 .../apache/iotdb/db/writelog/WriteLogNodeTest.java | 52 +++++++++++++++
 17 files changed, 352 insertions(+), 102 deletions(-)
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/utils/CreateTemplatePlanUtil.java
 copy server/src/main/java/org/apache/iotdb/db/{sync/receiver/recover/ISyncReceiverLogAnalyzer.java => qp/utils/EmptyOutputStream.java} (68%)