nizhikov commented on code in PR #11768: URL: https://github.com/apache/ignite/pull/11768#discussion_r1896826753
########## modules/core/src/main/java/org/apache/ignite/configuration/TransactionConfiguration.java: ########## @@ -457,9 +454,6 @@ public TransactionConfiguration setTxAwareQueriesEnabled(boolean txAwareQueriesE private static String[] transientSerializableFields(IgniteProductVersion ver) { ArrayList<String> transients = new ArrayList<>(2); - if (TX_PME_TIMEOUT_SINCE.compareToIgnoreTimestamp(ver) >= 0) Review Comment: Looks like `transientSerializableFields` not used at all. We can remove this method and two constant from it - `TX_PME_TIMEOUT_SINCE`, `DEADLOCK_TIMEOUT_SINCE` -- 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