This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 52d1df65382 Fix bug that the partition table auto cleaner cannot be
activated (#15158)
add ecce8e93d2e Fixed table dead lock problem & Separate the lock of tree
/ table & Added lock for CreateOrUpdateDevice for pipe transfer (#15152)
No new revisions were added by this update.
Summary of changes:
.../iotdb/relational/it/schema/IoTDBTableIT.java | 87 ++++++++++++++++++++++
.../impl/DataNodeInternalRPCServiceImpl.java | 28 ++++---
.../analyze/lock/DataNodeSchemaLockManager.java | 1 +
.../plan/analyze/lock/SchemaLockType.java | 14 +++-
.../plan/analyze/schema/ClusterSchemaFetcher.java | 6 +-
.../relational/analyzer/StatementAnalyzer.java | 8 ++
.../fetcher/TableHeaderSchemaValidator.java | 13 +++-
.../mtree/impl/mem/MTreeBelowSGMemoryImpl.java | 2 +-
8 files changed, 141 insertions(+), 18 deletions(-)