This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-17123
in repository https://gitbox.apache.org/repos/asf/ignite.git
from dcdd5576e34 Revert "Fix wrong partition counter calculation for NOOP
invoke operation on backup."
add ee80f27e9b1 Add test.
add cf35ddeb289 Fix wrong partition counter calculation for NOOP invoke
operation on backup.
No new revisions were added by this update.
Summary of changes:
.../distributed/dht/GridDhtTxPrepareFuture.java | 1 +
.../cache/transactions/IgniteTxEntry.java | 25 ++-
.../cache/transactions/IgniteTxHandler.java | 3 +-
...itionCounterStateConsistencyNoopInvokeTest.java | 181 +++++++++++++++++++++
.../ignite/testsuites/IgniteCacheTestSuite9.java | 2 +
5 files changed, 207 insertions(+), 5 deletions(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxPartitionCounterStateConsistencyNoopInvokeTest.java