zstan commented on code in PR #3432:
URL: https://github.com/apache/ignite-3/pull/3432#discussion_r1529808487


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/disruptor/StripedDisruptor.java:
##########
@@ -78,14 +79,16 @@ public class StripedDisruptor<T extends NodeIdAware> {
      * @param stripes Amount of stripes.
      * @param supportsBatches If {@code false}, this stripe will always pass 
{@code true} into
      *      {@link EventHandler#onEvent(Object, long, boolean)}. Otherwise, 
the data will be provided with batches.
+     * @param useYieldStrategy If the parameter is true, the yield strategy is 
to be used otherwise, the blocking strategy.

Review Comment:
   ```suggestion
        * @param useYieldStrategy If {@code true}, the yield strategy is to be 
used otherwise the blocking strategy.
   ```



-- 
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]

Reply via email to