This is an automated email from the ASF dual-hosted git repository.

shuwenwei pushed a change to branch usePatternTreeMapInCompaction-1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 1216f88748a fix
     add 3b9513e1b53 [to dev/1.3] Fix the status code of fetching schema when 
memory is not enough
     add ef872f3856d Fix concurrent modification of non-thread-safe data 
structures caused by parallel dispatching
     add 489bd73ff33 [To dev/1.3] Use oracle jdk in 1c3d IT (#16182)
     add 5d9d7ae3a15 [to dev/1.3] Add memory control for mod entries in query
     add 7082d00fcb9 [To dev/1.3] Pipe: Changed back the default value of 
tsFile batch to 16M (#16174) (#16185)
     add 62e30c2bdb1 Merge branch 'iotdb-dev1.3' into 
usePatternTreeMapInCompaction-1.3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cluster-it-1c3d.yml              |  2 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 11 ++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  | 37 ++++++-----
 .../db/queryengine/common/MPPQueryContext.java     | 10 +--
 .../execution/MemoryEstimationHelper.java          | 16 +++++
 .../fragment/FragmentInstanceContext.java          | 77 ++++++++++++++++++++++
 .../execution/fragment/QueryContext.java           | 63 ++++++++++--------
 .../operator/schema/SchemaFetchScanOperator.java   | 10 ++-
 .../db/queryengine/plan/analyze/Analyzer.java      |  7 +-
 .../analyze/schema/ClusterSchemaFetchExecutor.java |  3 +
 .../scheduler/FragmentInstanceDispatcherImpl.java  |  9 ++-
 .../dataregion/modification/Deletion.java          | 30 +++++++--
 .../dataregion/modification/Modification.java      |  4 +-
 .../filescan/impl/ClosedFileScanHandleImpl.java    | 16 ++++-
 .../conf/iotdb-system.properties.template          |  7 ++
 .../apache/iotdb/commons/path/PathPatternNode.java | 19 +++++-
 .../apache/iotdb/commons/path/PatternTreeMap.java  | 12 +++-
 .../pipe/config/constant/PipeSinkConstant.java     |  2 +-
 pom.xml                                            |  2 +-
 19 files changed, 270 insertions(+), 67 deletions(-)

Reply via email to