This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch disruptor
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 859c719b9a4 Wait for consensus start before answering region requests
(#17546)
new b3f548a7ce9 fix
new 6d591e97fc7 fix
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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