ptupitsyn commented on code in PR #2825:
URL: https://github.com/apache/ignite-3/pull/2825#discussion_r1395690881
##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java:
##########
@@ -177,6 +182,7 @@ public ClientHandlerModule(
this.clock = clock;
this.schemaSyncService = schemaSyncService;
this.catalogService = catalogService;
+ this.primaryReplicaTracker = new
ClientPrimaryReplicaTracker(placementDriver, igniteTables, catalogService,
clock);
Review Comment:
`igniteTables` is only used to get `partitions` - I missed the fact that
`catalogService` can provide that. Will remove.
--
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]