rpuch commented on code in PR #5187:
URL: https://github.com/apache/ignite-3/pull/5187#discussion_r1948492384
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/rebalance/ItRebalanceDistributedTest.java:
##########
@@ -1528,7 +1528,10 @@ private class Node {
placementDriver,
schemaSyncService,
systemDistributedConfiguration,
- sharedTxStateStorage
+ sharedTxStateStorage,
+ txManager,
+ catalogManager,
+ schemaManager
Review Comment:
`waitForSchemaAvailability()` is used to wait for a specific table version
to become available, it uses schema registry and not schema sync service, so
it's not the same thing
--
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]