You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/source/dataregion/realtime/disruptor/Disruptor.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
* and simplified for IoTDB's specific use case in the Pipe module.
32
32
*
33
33
* <p>Key simplifications:
34
+
*
34
35
* <ul>
35
36
* <li>Single event handler support (no complex dependency graphs)
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/source/dataregion/realtime/disruptor/EventFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@
22
22
/**
23
23
* Event factory for pre-allocating events in RingBuffer
24
24
*
25
-
* <p>This interface is based on LMAX Disruptor (https://github.com/LMAX-Exchange/disruptor)
26
-
* and adapted for IoTDB's Pipe module.
25
+
* <p>This interface is based on LMAX Disruptor (https://github.com/LMAX-Exchange/disruptor) and
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/source/dataregion/realtime/disruptor/EventHandler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@
22
22
/**
23
23
* Event handler for processing events from RingBuffer
24
24
*
25
-
* <p>This interface is based on LMAX Disruptor (https://github.com/LMAX-Exchange/disruptor)
26
-
* and adapted for IoTDB's Pipe module.
25
+
* <p>This interface is based on LMAX Disruptor (https://github.com/LMAX-Exchange/disruptor) and
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/source/dataregion/realtime/disruptor/ExceptionHandler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@
22
22
/**
23
23
* Exception handler for event processing errors
24
24
*
25
-
* <p>This interface is based on LMAX Disruptor (https://github.com/LMAX-Exchange/disruptor)
26
-
* and adapted for IoTDB's Pipe module.
25
+
* <p>This interface is based on LMAX Disruptor (https://github.com/LMAX-Exchange/disruptor) and
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/source/dataregion/realtime/disruptor/MultiProducerSequencer.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
* and preserves the core lock-free multi-producer algorithm for IoTDB's Pipe module.
30
30
*
31
31
* <p>Key features preserved from LMAX Disruptor:
32
+
*
32
33
* <ul>
33
34
* <li>Lock-free CAS-based sequence claiming
34
35
* <li>Availability buffer for out-of-order publishing detection
0 commit comments