JAkutenshi commented on code in PR #5300: URL: https://github.com/apache/ignite-3/pull/5300#discussion_r1976478785
########## modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java: ########## @@ -670,7 +675,9 @@ public CompletableFuture<Void> startAsync(ComponentContext componentContext) { attemptsObtainLock = txCfg.attemptsObtainLock().value(); - executorInclinedPlacementDriver.listen(PrimaryReplicaEvent.PRIMARY_REPLICA_EXPIRED, this::onPrimaryReplicaExpired); + if (!enabledColocation()) { Review Comment: Because this local event triggers table replica stop and the partition destruction, but under the colocation track we shouldn't even listen this. -- 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