dant3 commented on code in PR #7701:
URL: https://github.com/apache/ignite-3/pull/7701#discussion_r2906330382
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -465,6 +433,30 @@ public TableManager(
fullStateTransferIndexChooser = new
FullStateTransferIndexChooser(catalogService, lowWatermark, indexMetaStorage);
+ partitionResourcesFactory = new TablePartitionResourcesFactory(
Review Comment:
We can't because this factory depends on some things that are created inside
of the TableManager currently. This also makes the surface of the change way
bigger than ideal.
--
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]