Ivan Pavlukhin created IGNITE-11168: ---------------------------------------
Summary: .NET: changing TxTimeoutOnPartitionMapExchange has no effect Key: IGNITE-11168 URL: https://issues.apache.org/jira/browse/IGNITE-11168 Project: Ignite Issue Type: Bug Affects Versions: 2.7 Reporter: Ivan Pavlukhin It looks like that only default value of {{TxTimeoutOnPartitionMapExchange}} property is passed from .NET {{TransactionConfiguration}} to Java. The default value is 0 which means that it is not possible to enable rollback on PME from .NET {{TransactionConfiguration}}. It looks like a using wrong variable in code https://github.com/apache/ignite/blob/751ab2a488eeb5af32280125673907adb3ac9262/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs#L517 -- This message was sent by Atlassian JIRA (v7.6.3#76005)