You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by DmitriyGovorukhin <gi...@git.apache.org> on 2017/11/01 10:45:21 UTC

[GitHub] ignite pull request #2961: IGNITE-6324 Transactional cache data partially av...

GitHub user DmitriyGovorukhin opened a pull request:

    https://github.com/apache/ignite/pull/2961

    IGNITE-6324 Transactional cache data partially available after crash.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6324

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2961.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2961
    
----
commit e751a8c70cc49c138aed004f1b216b9b02b3b6e1
Author: Dmitriy Govorukhin <dm...@gmail.com>
Date:   2017-10-26T13:37:44Z

    IGNITE-6324 add transaction recovery functionality + tests

commit 1d804fe47626d36afc6b70613180ded637451248
Author: Dmitriy Govorukhin <dm...@gmail.com>
Date:   2017-10-26T14:13:46Z

    IGNITE-6324 small test rework

commit bb6d41d683caeb3a393798c671d194199fdf3625
Author: Dmitriy Govorukhin <dm...@gmail.com>
Date:   2017-11-01T10:41:13Z

    IGNITE-6324 minor improvements, more debug on recovery, move wal log dataRec in txs

----


---