sanpwc commented on code in PR #5230: URL: https://github.com/apache/ignite-3/pull/5230#discussion_r1959917832
########## modules/transactions/src/main/java/org/apache/ignite/internal/tx/impl/TxMessageSender.java: ########## @@ -66,6 +68,9 @@ public class TxMessageSender { private final TransactionConfiguration transactionConfiguration; + // TODO https://issues.apache.org/jira/browse/IGNITE-22522 Remove it. + private final boolean enabledColocationFeature = getBoolean(COLOCATION_FEATURE_FLAG, false); Review Comment: ENABLED_COLOCATION_DEFAULT added, usages adjsuted. -- 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