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 3f484dc add comment for configuration
add 3fa666c fix by review
add cf7d6a5 fix by review
add 32beaa0 change return type of transformOperatorTypeToAuthorType
add b16379d add comments for replace users and roles
add 3fa3907 add comments
add 54f3de4 Merge branch 'master' into cluster_premerge
add 9aa51cc Merge branch 'cluster_premerge' of
github.com:apache/incubator-iotdb into cluster_premerge
add e78fabc use relative path in mod file serialization
add 598718e Merge branch 'master' into cluster_premerge
add 57f1cbf Merge branch 'master' into cluster_premerge
add 998e97e fix wal checker
add ae777e6 fix WalCheckerTest
add 8b39ef9 disable Thrift compression by default
add ea5d72a disable thrift compression in onfig
add 2d9e103 remove exception in remote cache
add be02cba disable compression in session pool
add a39afec fix SessionPoolTest
add 392b64e [IOTDB-738] Fix measurements has blank (#1308)
add a24bc19 add measurement with blank insert in session test
add fb9ef99 remove synchronized and trim (#1309)
add 9b9821f Merge branch 'master' into cluster_premerge
add d3b1d43 remove while
add e259a2f fix when schema is null
add 8f3edd7 [IOTDB-672] Fix delete storage group bug during restart
(#1310)
add ee35cfc use lock instead while (#1313)
add b1d422a [IOTDB-695] Accelerate the count timeseries query (#1311)
add 51c2ade Merge branch 'master' into cluster_premerge
add ae66d59 Merge branch 'cluster_premerge' into cluster_new
No new revisions were added by this update.
Summary of changes:
.../iotdb/cluster/query/ClusterPlanExecutor.java | 3 +-
.../cluster/log/applier/DataLogApplierTest.java | 51 +++++++
.../cluster/query/ClusterPlanExecutorTest.java | 3 +-
docs/SystemDesign/SchemaManager/SchemaManager.md | 4 +-
.../zh/SystemDesign/SchemaManager/SchemaManager.md | 4 +-
.../iotdb/db/auth/authorizer/BasicAuthorizer.java | 4 -
.../apache/iotdb/db/auth/role/IRoleManager.java | 4 +-
.../apache/iotdb/db/auth/user/IUserManager.java | 4 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 4 +
.../iotdb/db/engine/memtable/AbstractMemTable.java | 2 +-
.../engine/storagegroup/StorageGroupProcessor.java | 37 +++--
.../db/engine/storagegroup/TsFileResource.java | 3 +-
.../org/apache/iotdb/db/metadata/MManager.java | 127 +++++++++-------
.../java/org/apache/iotdb/db/metadata/MTree.java | 160 +++++++++++++++++----
.../iotdb/db/metadata/mnode/InternalMNode.java | 2 +-
.../apache/iotdb/db/metadata/mnode/LeafMNode.java | 8 +-
.../iotdb/db/metadata/mnode/StorageGroupMNode.java | 4 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 104 +++++++-------
.../iotdb/db/qp/physical/crud/InsertPlan.java | 11 +-
.../iotdb/db/qp/physical/sys/AuthorPlan.java | 28 ++--
.../iotdb/db/qp/strategy/LogicalGenerator.java | 2 -
.../db/query/dataset/ShowTimeSeriesResult.java | 8 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 5 +-
.../org/apache/iotdb/db/metadata/MTreeTest.java | 27 ++++
.../apache/iotdb/db/qp/plan/PhysicalPlanTest.java | 36 +++--
.../java/org/apache/iotdb/session/Session.java | 2 +
.../org/apache/iotdb/session/IoTDBSessionIT.java | 26 ++++
.../apache/iotdb/tsfile/common/cache/LRUCache.java | 4 +-
.../org/apache/iotdb/tsfile/read/common/Path.java | 3 +-
.../iotdb/tsfile/utils/ReadWriteIOUtils.java | 6 +
30 files changed, 485 insertions(+), 201 deletions(-)