This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch partial_tvlist_clone_dev_1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 256cece33dd fix all
add c4f31171b69 Fix partial TVList clone memory accounting
No new revisions were added by this update.
Summary of changes:
.../fragment/FragmentInstanceContext.java | 5 +
.../memory/FakedMemoryReservationManager.java | 3 +
.../planner/memory/MemoryReservationManager.java | 6 +
.../NotThreadSafeMemoryReservationManager.java | 16 +-
.../memory/ThreadSafeMemoryReservationManager.java | 5 +
.../schemaregion/utils/ResourceByPathUtils.java | 96 +++++++---
.../db/utils/datastructure/AlignedTVList.java | 211 ++++++++++++++++++---
.../LocalExecutionPlannerOperatorsMemoryTest.java | 46 +++++
.../db/utils/datastructure/AlignedTVListTest.java | 118 ++++++++++--
9 files changed, 446 insertions(+), 60 deletions(-)