sanpwc commented on code in PR #2797:
URL: https://github.com/apache/ignite-3/pull/2797#discussion_r1405708835
##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/rebalance/ItRebalanceDistributedTest.java:
##########
@@ -207,6 +209,10 @@ public class ItRebalanceDistributedTest extends
BaseIgniteAbstractTest {
private static final int BASE_PORT = 20_000;
+ /** Filter to determine a primary node identically on any cluster node. */
+ public static final Function<Collection<ClusterNode>, ClusterNode>
PRIMARY_FILTER = nodes -> nodes.stream()
Review Comment:
private
--
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]