This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch multi-cyclic-pipe
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 96a36d7a0dc ..
add 98128a4f02e Update the description of schemaRegionPerNode in
common.properties (#10857)
add 0133c139538 [IOTDB-6111] Fix Region creation bugs (#10844)
add f7ca23cbd00 Fix SchemaFileSketchTool is not found
add cdcb4a691d3 [IOTDB-6112] Fix Limit & Offset push down doesn't take
effect while there exist time filter
add 8e0256658e0 Remove useless dependency bugsnag (#10861)
add b0bd6065a42 Replace dependency commons-lang to commons-lang3
add 621b66a871e Remove useless dependency h2-mvstore
add 44d6bec0f39 Pipe IT: Changed IoTDBPipeDemoIT timeout to 10 mins to
allow pipe-internal retries when unstable cases occuring (#10867)
add f7993fd04d3 Merge branch 'master' of github.com:apache/iotdb into
multi-cyclic-pipe
No new revisions were added by this update.
Summary of changes:
distribution/pom.xml | 6 -
.../it/partition/IoTDBPartitionCreationIT.java | 127 +++++++++++++--------
.../org/apache/iotdb/pipe/it/IoTDBPipeDemoIT.java | 2 +-
.../manager/load/balancer/RegionBalancer.java | 17 +--
.../manager/load/cache/region/RegionCache.java | 5 +-
.../iotdb/consensus/ratis/SnapshotStorage.java | 2 +-
iotdb-core/datanode/pom.xml | 12 +-
.../resources/tools/schema/print-pb-tree-file.sh | 2 +-
.../protocol/legacy/IoTDBLegacyPipeConnector.java | 2 +-
.../iotdb/db/protocol/session/SessionManager.java | 2 +-
.../protocol/thrift/impl/ClientRPCServiceImpl.java | 2 +-
.../thrift/impl/DataNodeRegionManager.java | 10 ++
.../operator/source/AlignedSeriesScanUtil.java | 18 ++-
.../plan/planner/LogicalPlanBuilder.java | 2 +-
.../read/reader/chunk/MemAlignedPageReader.java | 14 ++-
.../inner/InnerSpaceCompactionExceptionTest.java | 4 +-
iotdb-core/node-commons/pom.xml | 5 -
.../resources/conf/iotdb-common.properties | 1 -
.../iotdb/commons/path/fa/dfa/graph/NFAGraph.java | 2 +-
.../tsfile/read/reader/page/AlignedPageReader.java | 16 +--
pom.xml | 6 -
21 files changed, 143 insertions(+), 114 deletions(-)