sk0x50 commented on code in PR #5581:
URL: https://github.com/apache/ignite-3/pull/5581#discussion_r2032629646
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java:
##########
@@ -179,7 +181,10 @@ private void waitForRebalance(int numNodes) throws
InterruptedException {
private Set<String> stableAssignmentNodes() {
MetaStorageManager metaStorageManager =
unwrapIgniteImpl(cluster.aliveNode()).metaStorageManager();
- var stableAssignmentsPrefix = new ByteArray(STABLE_ASSIGNMENTS_PREFIX);
+ // The prefix for stable assignments in the metastorage.
Review Comment:
Removed.
--
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]