rpuch commented on code in PR #5512: URL: https://github.com/apache/ignite-3/pull/5512#discussion_r2022568895
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java: ########## @@ -452,6 +439,7 @@ public class TableManager implements IgniteTablesInternal, IgniteComponent { private final EventListener<ChangeLowWatermarkEventParameters> onLowWatermarkChangedListener = this::onLwmChanged; private final EventListener<PrimaryReplicaEventParameters> onPrimaryReplicaExpiredListener = this::onTablePrimaryReplicaExpired; + private final TableAssignmentsService assignmentsService; Review Comment: Minor: let's separate this field from listeners' group -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org