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 abf8f4e Merge pull request #1777 from
neuyilan/apache_cluster_new_0927_fix_down_startup
add b3b8c41 Update
server/src/main/java/org/apache/iotdb/db/exception/runtime/SQLParserException.java
add ece4928 Update DML Data Manipulation Language.md (#1769)
add 2e7d902 [IOTDB-863]: add a switch to drop ouf-of-order data that is
recognized by IoTDB (#1693)
add 410815d [IOTDB-907] Change TreeSet to HashSet in getAllDevices (#1772)
add 1e3d945 [IOTDB-919] Update License binary as fastjson has been
removed (#1773)
add 824562c Merge branch 'master' into cluster_premerge
add 153de82 Merge branch 'cluster_premerge' into cluster_new
add b4e91db fix tests
No new revisions were added by this update.
Summary of changes:
LICENSE-binary | 2 +-
.../java/org/apache/iotdb/cluster/log/Log.java | 46 ++--
.../cluster/log/applier/AsyncDataLogApplier.java | 50 +++-
.../cluster/server/member/DataGroupMember.java | 2 +-
.../cluster/client/async/AsyncDataClientTest.java | 5 +-
.../client/async/AsyncDataHeartbeatClientTest.java | 4 +-
.../cluster/client/async/AsyncMetaClientTest.java | 5 +-
.../cluster/client/sync/SyncDataClientTest.java | 4 +-
.../log/applier/AsyncDataLogApplierTest.java | 68 ++++-
.../cluster/log/manage/RaftLogManagerTest.java | 4 +
.../DML Data Manipulation Language.md | 1 +
.../resources/conf/iotdb-engine.properties | 4 +
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 10 +
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 4 +
.../engine/storagegroup/StorageGroupProcessor.java | 35 ++-
.../db/exception/runtime/SQLParserException.java | 2 +-
.../storagegroup/StorageGroupProcessorTest.java | 284 ++++++++++++++++++++-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 9 +-
18 files changed, 475 insertions(+), 64 deletions(-)