maksaska commented on code in PR #11768:
URL: https://github.com/apache/ignite/pull/11768#discussion_r1896933553
##########
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:
Agree. I removed the method and the code related to it.
--
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]