This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch pipe-dynamic-memory-allocation
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b8a28f54586 Improve pipe runtime memory allocation
add f6cc8c8ad54 Fix pipe TsFile parser memory self-lock
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/db/i18n/DataNodePipeMessages.java | 4 +-
.../apache/iotdb/db/i18n/DataNodePipeMessages.java | 4 +-
.../subtask/processor/PipeProcessorSubtask.java | 2 +
.../common/tsfile/PipeTsFileInsertionEvent.java | 51 ++++++------
.../tsfile/parser/TsFileInsertionEventParser.java | 7 ++
.../query/TsFileInsertionEventQueryParser.java | 1 +
.../scan/TsFileInsertionEventScanParser.java | 1 +
.../table/TsFileInsertionEventTableParser.java | 1 +
.../processor/aggregate/AggregateProcessor.java | 3 +
.../downsampling/DownSamplingProcessor.java | 3 +
.../db/pipe/resource/memory/PipeMemoryManager.java | 17 ++--
.../pipe/event/TsFileInsertionEventParserTest.java | 93 ++++++++++++++++++++++
12 files changed, 151 insertions(+), 36 deletions(-)