jt2594838 commented on code in PR #15243:
URL: https://github.com/apache/iotdb/pull/15243#discussion_r2023977956
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/memtable/AlignedWritableMemChunk.java:
##########
@@ -645,95 +642,44 @@ public synchronized void encode(BlockingQueue<Object>
ioTaskQueue) {
}
AlignedChunkWriterImpl alignedChunkWriter = new
AlignedChunkWriterImpl(schemaList);
+ BatchEncodeInfo encodeInfo = new BatchEncodeInfo(0, 0, 0);
+ long[] times = new long[MAX_NUMBER_OF_POINTS_IN_PAGE];
Review Comment:
May change it to a member field of MemTableFlushTask to reuse it across
multiple devices within the same MemTable.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]