This is an automated email from the ASF dual-hosted git repository.
geniuspig pushed a change to branch http
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from b12314a Revert "remove usused daemon."
add c400bf1 [IOTDB-405] cache results in the client and makes the display
look nice. (#782)
add f9287cb Fix Query Bug (#788)
add 5b0f7ff remove usused daemon. (#787)
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 5d83973 Merge branch 'master' into http
No new revisions were added by this update.
Summary of changes:
.../resources/sbin/stop-server.sh => .asf.yaml | 22 +-
.../org/apache/iotdb/client/AbstractClient.java | 441 ++++++---------------
.../main/java/org/apache/iotdb/client/Client.java | 32 +-
.../java/org/apache/iotdb/client/WinClient.java | 31 +-
.../SystemDesign/6-Tools/1-Sync.md | 278 ++++++++++++-
.../2-DML (Data Manipulation Language).md | 4 +-
.../iotdb/jdbc/IoTDBNonAlignQueryResultSet.java | 8 +-
pom.xml | 2 +-
.../engine/storagegroup/StorageGroupProcessor.java | 8 +
.../db/query/dataset/DeviceIterateDataSet.java | 15 +-
.../SeriesReaderWithoutValueFilter.java | 15 +-
.../iotdb/db/sync/sender/transfer/SyncClient.java | 9 +-
.../org/apache/iotdb/db/utils/UpgradeUtils.java | 6 +-
.../iotdb/db/integration/IoTDBDisableAlignIT.java | 7 +-
.../iotdb/db/integration/IoTDBQueryDemoIT.java | 14 +-
.../iotdb/db/integration/IoTDBRecoverIT.java | 14 +-
.../apache/iotdb/db/utils/EnvironmentUtils.java | 12 +
17 files changed, 475 insertions(+), 443 deletions(-)
copy server/src/assembly/resources/sbin/stop-server.sh => .asf.yaml (79%)
mode change 100755 => 100644