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 2019/06/05 07:26:05 UTC

[incubator-iotdb] branch fix_delete_timeseries updated (dae48cb -> 526c695)

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

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


    from dae48cb  fix tests
     add 5c15ac3  Organize properties (#189)
     add 68844b2  fix missing wal log node after recovery
     add 6f40c05  Merge pull request #186 from apache/fix_missing_wal_node
     add 526c695  Merge branch 'master' into fix_delete_timeseries

No new revisions were added by this update.

Summary of changes:
 iotdb/iotdb/conf/iotdb-engine.properties           |  68 ++++++++-----
 iotdb/iotdb/conf/iotdb-sync-client.properties      |   4 +-
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  10 +-
 .../engine/bufferwrite/BufferWriteProcessor.java   |  24 ++---
 .../iotdb/db/engine/filenode/FileNodeManager.java  |  12 ++-
 .../db/engine/overflow/io/OverflowProcessor.java   |  18 ++--
 .../org/apache/iotdb/db/sync/conf/Constans.java    |  10 ++
 .../iotdb/db/sync/conf/SyncSenderConfig.java       |  24 +++--
 .../iotdb/db/sync/conf/SyncSenderDescriptor.java   |   7 +-
 .../apache/iotdb/db/sync/sender/SyncSender.java    |  10 ++
 .../iotdb/db/sync/sender/SyncSenderImpl.java       | 106 ++++++++++-----------
 11 files changed, 176 insertions(+), 117 deletions(-)