This is an automated email from the ASF dual-hosted git repository.
lancelly pushed a change to branch memoryControl
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from f6511b1c67e spotless
add 61a5b0f8227 update
No new revisions were added by this update.
Summary of changes:
.../db/queryengine/common/MPPQueryContext.java | 4 +-
.../fragment/FragmentInstanceContext.java | 8 +--
.../AbstractSeriesAggregationScanOperator.java | 2 +-
.../operator/source/AlignedSeriesScanOperator.java | 4 +-
.../operator/source/SeriesScanOperator.java | 3 +-
.../execution/operator/source/SeriesScanUtil.java | 4 +-
... => NotThreadSafeMemoryReservationManager.java} | 8 ++-
...ynchronizedMemoryReservationManagerWrapper.java | 72 ----------------------
...ava => ThreadSafeMemoryReservationManager.java} | 4 +-
.../read/reader/common/PriorityMergeReader.java | 25 ++++----
.../execution/operator/OperatorMemoryTest.java | 19 +++---
11 files changed, 37 insertions(+), 116 deletions(-)
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/memory/{NotSynchronizedMemoryReservationManager.java
=> NotThreadSafeMemoryReservationManager.java} (92%)
delete mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/memory/SynchronizedMemoryReservationManagerWrapper.java
rename
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/memory/{SynchronizedMemoryReservationManager.java
=> ThreadSafeMemoryReservationManager.java} (88%)