sanpwc commented on code in PR #5607:
URL: https://github.com/apache/ignite-3/pull/5607#discussion_r2039726778
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java:
##########
@@ -178,23 +183,36 @@ private void waitForRebalance(int numNodes) throws
InterruptedException {
}
}
- private Set<String> stableAssignmentNodes() {
+ private Set<String> stableAssignmentNodes(int zoneId) {
MetaStorageManager metaStorageManager =
unwrapIgniteImpl(cluster.aliveNode()).metaStorageManager();
var stableAssignmentsPrefix = enabledColocation()
? new
ByteArray(ZoneRebalanceUtil.STABLE_ASSIGNMENTS_PREFIX_BYTES)
: new ByteArray(STABLE_ASSIGNMENTS_PREFIX_BYTES);
+
Review Comment:
Fixed.
--
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]