This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch client-opc
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 2a3cdcf4177 remove-poison
add 7722963223c fix: memory leak during tvlist owner transfer scenario
(#16932)
add 8d9d27b3a8b Merge branch 'master' of https://github.com/apache/iotdb
into client-opc
No new revisions were added by this update.
Summary of changes:
.../fragment/FragmentInstanceContext.java | 30 +++--
.../plan/planner/LocalExecutionPlanner.java | 8 ++
.../memory/FakedMemoryReservationManager.java | 11 ++
.../planner/memory/MemoryReservationManager.java | 29 ++++
.../NotThreadSafeMemoryReservationManager.java | 23 ++++
.../memory/ThreadSafeMemoryReservationManager.java | 13 ++
.../fragment/FragmentInstanceExecutionTest.java | 149 +++++++++++++++++----
7 files changed, 229 insertions(+), 34 deletions(-)