This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch cache-miss-fix
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 554ac2620ad Fixed the pre-Alter in table display logic && The
compatible type written in CN for alter column type && Sequence of limit &
offset in tree model show-devices (#17558)
add 6680d6f3dae Pipe: Fixed the bug that Disruptor may not clear the
reference & will wait long time after pipe close (#17549)
No new revisions were added by this update.
Summary of changes:
.../realtime/assigner/PipeDataRegionAssigner.java | 2 +-
.../realtime/disruptor/BatchEventProcessor.java | 53 ++++--
.../dataregion/realtime/disruptor/Disruptor.java | 4 +
.../realtime/disruptor/SequenceBarrier.java | 4 +
.../listener/PipeInsertionDataNodeListener.java | 39 +++--
.../realtime/disruptor/DisruptorShutdownTest.java | 183 +++++++++++++++++++++
6 files changed, 257 insertions(+), 28 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/pipe/source/dataregion/realtime/disruptor/DisruptorShutdownTest.java