Anton Vinogradov created IGNITE-11973:
-----------------------------------------
Summary: testAccountTxNodeRestart cause unexpected repairs in case of ReadRepair usage
Key: IGNITE-11973
URL:
https://issues.apache.org/jira/browse/IGNITE-11973 Project: Ignite
Issue Type: Task
Reporter: Anton Vinogradov
Assignee: Anton Vinogradov
Just add withReadRepair() proxy to test's cache and you'll see unexpected data repairs (values are differ on backups while primary is locked).
To debug this add a breakpoint to {{GridNearReadRepairFuture#recordConsistencyViolation}} after fixedRaw.isEmpty() check.
Not empty map means repair happened.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)