EgorKuts commented on code in PR #6908:
URL: https://github.com/apache/ignite-3/pull/6908#discussion_r2498464600


##########
modules/runner/src/testFixtures/java/org/apache/ignite/internal/ClusterPerClassIntegrationTest.java:
##########
@@ -200,23 +199,32 @@ protected static void awaitPartitionsToBeHealthy(
         IgniteImpl node = unwrapIgniteImpl(CLUSTER.aliveNode());
 
         assertTrue(waitForCondition(() -> {
-                    CompletableFuture<Map<ZonePartitionId, 
GlobalPartitionState>> globalPartitionStates =
-                            
node.disasterRecoveryManager().globalPartitionStates(Set.of(zone), 
partitionIds);
+                    CompletableFuture<Map<?, GlobalPartitionStateEnum>> 
globalPartitionStates;
+
+                    if (colocationEnabled()) {
+                        globalPartitionStates = node.disasterRecoveryManager()

Review Comment:
   I see upcoming question.
   
   globalPartitionStates returns <?, GlobalPartitionState> and <?. 
GlobalTablePartitionState> which have only Object as a common ancestor



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