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 d769cc7 increase default max concurrency
add 54e9fdc remove seperate line
add d76356d [IOTDB-791] Remove unused PathException
add f80c7c3 check fetch size in query
add 3d0df95 add DOAP file
add 98b4e6f [IOTDB-790] change base_dir to system_dir (#1467)
add f270861 [IOTDB-792] do not get MManager.readLock when inserting to
avoid deadlock (#1481)
add 2892b69 Merge branch 'master' into cluster_new
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/cluster/ClientMain.java | 24 ---
.../iotdb/cluster/client/sync/SyncClientPool.java | 27 ++--
.../iotdb/cluster/config/ClusterDescriptor.java | 61 +++++---
.../iotdb/cluster/config/ConsistencyLevel.java | 8 +-
...ception.java => BadSeedUrlFormatException.java} | 7 +-
.../exception/CheckConsistencyException.java | 3 +-
.../GetEntriesWrongParametersException.java | 2 +-
.../iotdb/cluster/log/applier/BaseApplier.java | 28 ++--
.../iotdb/cluster/log/applier/DataLogApplier.java | 1 -
.../iotdb/cluster/log/catchup/CatchUpTask.java | 2 +-
.../cluster/log/catchup/SnapshotCatchUpTask.java | 1 -
.../log/manage/MetaSingleSnapshotLogManager.java | 1 -
.../log/manage/PartitionedSnapshotLogManager.java | 1 -
.../iotdb/cluster/log/manage/RaftLogManager.java | 12 +-
.../serializable/SyncLogDequeSerializer.java | 9 +-
.../apache/iotdb/cluster/metadata/CMManager.java | 171 ++++++++++-----------
.../cluster/partition/SlotPartitionTable.java | 1 -
.../iotdb/cluster/query/ClusterPlanExecutor.java | 33 ++--
.../iotdb/cluster/query/ClusterPlanRouter.java | 1 -
.../query/last/ClusterLastQueryExecutor.java | 16 +-
.../reader/RemoteSeriesReaderByTimestamp.java | 1 +
.../query/reader/RemoteSimpleSeriesReader.java | 1 +
.../iotdb/cluster/server/MetaClusterServer.java | 2 +-
.../handlers/caller/AppendNodeEntryHandler.java | 17 +-
.../server/heartbeat/DataHeartbeatThread.java | 1 -
.../cluster/server/heartbeat/HeartbeatThread.java | 1 -
.../cluster/server/member/DataGroupMember.java | 3 +-
.../cluster/server/member/MetaGroupMember.java | 22 +--
.../iotdb/cluster/server/member/RaftMember.java | 33 ++--
.../cluster/server/service/BaseSyncService.java | 1 -
.../cluster/server/service/MetaAsyncService.java | 42 +----
.../cluster/server/service/MetaSyncService.java | 47 +-----
.../iotdb/cluster/utils/ClusterQueryUtils.java | 6 +-
.../apache/iotdb/cluster/utils/ClusterUtils.java | 49 +++++-
.../cluster/log/applier/DataLogApplierTest.java | 2 +-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 2 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 4 +
37 files changed, 298 insertions(+), 345 deletions(-)
copy
cluster/src/main/java/org/apache/iotdb/cluster/exception/{LogExecutionException.java
=> BadSeedUrlFormatException.java} (77%)