This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch usePatternTreeMapInCompaction
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from cd9ab806fd7 modify SettleSelector
add a0f31fe1634 Fix ref count of IoTConsensus request not decreased in
allocation failure (#16169)
add c030c64036e Add logs for migration related daily IT (#16175)
add a18c7805052 Fix the status code of fetching schema when memory is not
enough
add 47fb1925fcc Add memory control for mod entries in query
add 014755275ec Pipe: Changed back the default value of tsFile batch to
16M (#16174)
add cf6746dc195 Use oracle jdk in 1c3dIT (#16181)
add 1a1cc6d5efb Merge branch 'iotdb_master' into
usePatternTreeMapInCompaction
add b9a8f7c0d22 fix
No new revisions were added by this update.
Summary of changes:
.github/workflows/cluster-it-1c3d.yml | 2 +-
.github/workflows/table-cluster-it-1c3d.yml | 2 +-
...IoTDBRegionOperationReliabilityITFramework.java | 3 +
.../IoTDBRegionGroupExpandAndShrinkForIoTV1IT.java | 14 ++-
.../logdispatcher/IoTConsensusMemoryManager.java | 100 ++++++++++++++++++--
.../consensus/iot/logdispatcher/LogDispatcher.java | 22 ++---
.../consensus/iot/logdispatcher/SyncStatus.java | 20 +++-
.../IoTConsensusMemoryManagerTest.java | 103 +++++++++++++++++++++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 11 +++
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 42 +++++----
.../execution/MemoryEstimationHelper.java | 16 ++++
.../fragment/FragmentInstanceContext.java | 66 +++++++++++++
.../execution/fragment/QueryContext.java | 99 ++++++++++++++------
.../operator/schema/SchemaFetchScanOperator.java | 10 +-
.../db/queryengine/plan/analyze/Analyzer.java | 7 +-
.../analyze/schema/ClusterSchemaFetchExecutor.java | 3 +
.../plan/planner/TableOperatorGenerator.java | 2 +
.../dataregion/modification/DeletionPredicate.java | 14 ++-
.../dataregion/modification/IDPredicate.java | 30 +++++-
.../dataregion/modification/ModEntry.java | 12 ++-
.../dataregion/modification/ModificationFile.java | 4 -
.../modification/TableDeletionEntry.java | 11 +++
.../dataregion/modification/TreeDeletionEntry.java | 28 +++++-
.../filescan/impl/ClosedFileScanHandleImpl.java | 16 +++-
.../apache/iotdb/db/utils/ErrorHandlingUtils.java | 4 +-
.../conf/iotdb-system.properties.template | 7 ++
.../apache/iotdb/commons/path/PathPatternNode.java | 18 +++-
.../apache/iotdb/commons/path/PatternTreeMap.java | 15 ++-
.../pipe/config/constant/PipeSinkConstant.java | 2 +-
pom.xml | 2 +-
30 files changed, 581 insertions(+), 104 deletions(-)
create mode 100644
iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/iot/logdispatcher/IoTConsensusMemoryManagerTest.java