This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a change to branch feature/memory_transfer
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 76e1be99ffd Rollback
add 93abf64655f Fix overflow when using format in ns timestamp precision
add 25af23d1b19 Added comments to tables and columns (#15033)
add 8608710e89a Fix Memory NPE when use IDEA to debug #15034
add 727ad63f214 Load: Detect 2PC Second Phase and RM Running in Parallel
(#15020)
add c557e3e42fc perf: more adjustment for memtable/tvlist (#15035)
add ee8b308d922 Fix resetPeerListTest for unstable port binding #15038
add ce47273ba7f Subscription: let subscription module fully manage the
parsing process of the insert node event (#15012)
add b9fb01dae3f Merge branch 'master' into feature/memory_transfer
No new revisions were added by this update.
Summary of changes:
.../scalar/IoTDBFormatFunctionTableIT.java | 14 ++-
.../IoTDBRelationalDatabaseMetadata.java | 25 ++++-
.../apache/iotdb/consensus/iot/StabilityTest.java | 49 +++++++--
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 6 ++
.../agent/task/connection/PipeEventCollector.java | 14 ++-
.../agent/task/stage/PipeTaskProcessorStage.java | 4 +-
.../impl/DataNodeInternalRPCServiceImpl.java | 55 ++++++++--
.../scheduler/load/LoadTsFileDispatcherImpl.java | 22 ++--
.../plan/scheduler/load/LoadTsFileScheduler.java | 1 +
.../unary/scalar/FormatColumnTransformer.java | 4 +-
.../dataregion/memtable/WritableMemChunk.java | 120 ++++++++++-----------
.../iotdb/db/utils/datastructure/BinaryTVList.java | 2 +-
.../db/utils/datastructure/BooleanTVList.java | 2 +-
.../iotdb/db/utils/datastructure/DoubleTVList.java | 2 +-
.../iotdb/db/utils/datastructure/FloatTVList.java | 2 +-
.../iotdb/db/utils/datastructure/IntTVList.java | 2 +-
.../iotdb/db/utils/datastructure/LongTVList.java | 2 +-
.../MergeSortAlignedTVListIterator.java | 33 ++++--
.../datastructure/MergeSortTVListIterator.java | 31 ++++--
.../src/main/thrift/datanode.thrift | 1 +
20 files changed, 267 insertions(+), 124 deletions(-)