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/07/29 04:07:38 UTC

[incubator-iotdb] branch cluster_new updated (725e366 -> d0fc5a1)

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/incubator-iotdb.git.


    from 725e366  fix delete abstract path & AsyncApplier
     add a66c8f5  append
     add b61c22d  exeption in tests
     add c38060c  ignore tail in bytebuffer
     add e499175  flush before remove
     add 5b79c35  format
     add 376b177  rename flushRaftLogThreshold
     add 3b24095  comments in properties
     add 27541ca  remove appendInternal
     add 5490e95  offset
     add f159ead  remove unused
     add d0fc5a1  Merge pull request #1580 from apache/kyy

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-cluster.properties        |  16 +++
 .../apache/iotdb/cluster/config/ClusterConfig.java |  37 ++++++
 .../iotdb/cluster/config/ClusterDescriptor.java    |  17 +++
 .../iotdb/cluster/log/StableEntryManager.java      |   3 +-
 .../iotdb/cluster/log/manage/RaftLogManager.java   |   2 +
 .../serializable/SyncLogDequeSerializer.java       | 139 +++++++++++++--------
 .../serializable/SyncLogDequeSerializerTest.java   |  20 +--
 .../iotdb/tsfile/utils/ReadWriteIOUtils.java       |   7 ++
 8 files changed, 175 insertions(+), 66 deletions(-)