GitHub user dspavlov opened a pull request:
https://github.com/apache/ignite/pull/2798 IGNITE-6554: Atomic cache remove operations are logged in WAL as update records
Probably fix for atomic cache remove operations
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-6554
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2798.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2798
----
commit 73d3aefabcfac2075dda23563437a1018b3444c6
Author: dpavlov <
[hidden email]>
Date: 2017-10-03T12:26:42Z
IGNITE-6539: Human readable WAL parser fails if empty log files exists in directory
commit 98b2502e8a8d50aab4b1fc0031e30a279cd6c0cb
Author: dpavlov <
[hidden email]>
Date: 2017-10-03T16:30:44Z
IGNITE-6553: Standalone WAL iterator fails to handle delete WAL data records
commit 61a0859d570532c7c88d5e007c9bf5733f195898
Author: dpavlov <
[hidden email]>
Date: 2017-10-03T17:13:10Z
IGNITE-6553: Standalone WAL iterator fails to handle delete WAL data records
commit 73293276beef4619b027a2787638d473671c6bd2
Author: dpavlov <
[hidden email]>
Date: 2017-10-03T17:34:16Z
IGNITE-6554: Atomic cache remove operations are logged in WAL as update records
----
---