You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/02/12 03:52:59 UTC

[incubator-iotdb] branch new_series_reader updated (b190f92 -> 15630d0)

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

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


    from b190f92  Merge remote-tracking branch 'origin/new_series_reader' into new_series_reader
     add 3baa733  Add sync design doc (#783)
     add ee76d50  Self-serve modification of git topics (#789)
     add 81f9928  Revert "Self-serve modification of git topics (#789)" (#791)
     add e3f7437  self-serve modification of git topics (#792)
     add 1013014  [IOTDB-470]fix IllegalArgumentException when there exists 0 byte TsFile (#784)
     add 5c059bf  change maven-download-plugin to 1.3.0 (#794)
     add 9a4b83c  Typos in Fill (#795)
     add 15630d0  Merge remote-tracking branch 'origin/master' into new_series_reader

No new revisions were added by this update.

Summary of changes:
 .../resources/sbin/stop-server.sh => .asf.yaml     |  22 +-
 .../SystemDesign/6-Tools/1-Sync.md                 | 278 ++++++++++++++++++++-
 .../2-DML (Data Manipulation Language).md          |   4 +-
 .../engine/storagegroup/StorageGroupProcessor.java |   8 +
 .../iotdb/db/sync/sender/transfer/SyncClient.java  |   9 +-
 .../org/apache/iotdb/db/utils/UpgradeUtils.java    |   6 +-
 6 files changed, 308 insertions(+), 19 deletions(-)
 copy server/src/assembly/resources/sbin/stop-server.sh => .asf.yaml (79%)
 mode change 100755 => 100644