This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 28c6635 add null-read metda group before applying create ts
new 561b882 add check sg of path in DataStateMachine
new d9fdca2 add check sg of path in DataStateMachine
new 693841f fix jira issue 70 71
new 59e2af7 Merge pull request #120 from apache/fix_70_71
new 922bcbe move all generated tsfiles for test into the target folder
new b50c80d Merge pull request #117 from
apache/fix_move_all_testfiles_into_target
new c7ad2af fix long size (#121)
new 214f529 add check sg exists of path for cluster
new 2e3a18e fix conflicts
The 1621 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cluster/entity/raft/DataStateMachine.java | 48 +++++-------
.../rpc/request/DataGroupNonQueryRequest.java | 7 --
.../db/engine/overflow/io/OverflowResource.java | 36 +++++----
.../java/org/apache/iotdb/db/metadata/MGraph.java | 11 +++
.../org/apache/iotdb/db/metadata/MManager.java | 14 ++++
.../java/org/apache/iotdb/db/metadata/MTree.java | 35 ++++++++-
.../iotdb/db/metadata/MManagerBasicTest.java | 28 +++++++
.../org/apache/iotdb/db/metadata/MTreeTest.java | 28 +++++++
.../org/apache/iotdb/jdbc/IoTDBConnection.java | 8 +-
.../decoder/delta/DeltaBinaryEncoderLongTest.java | 85 +++++++++++++++++++++-
.../TsFileGeneratorForSeriesReaderByTimestamp.java | 6 +-
.../iotdb/tsfile/utils/TsFileGeneratorForTest.java | 6 +-
.../org/apache/iotdb/tsfile/write/PerfTest.java | 6 +-
.../org/apache/iotdb/tsfile/write/WriteTest.java | 6 +-
14 files changed, 257 insertions(+), 67 deletions(-)