[GitHub] ignite pull request #5396: IGNITE-10226 Fixed wrong partition state recovery

2018-11-21 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #5396: IGNITE-10226 Fixed wrong partition state recovery

2018-11-14 Thread Jokser
GitHub user Jokser opened a pull request:

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

IGNITE-10226 Fixed wrong partition state recovery



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

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

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

https://github.com/apache/ignite/pull/5396.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 #5396


commit 6fdc692458a63ea79bbfb5d554e6ec46ec8a2b90
Author: Pavel Kovalenko 
Date:   2018-11-14T16:07:04Z

IGNITE-10226 Partition shouldn't rewrite own state to WAL during crash 
recovery.

commit d930bd6185cd0ccb01a9089cb5e384b1797bd36a
Author: Pavel Kovalenko 
Date:   2018-11-14T16:40:03Z

IGNITE-10226 Partition should log to WAL current state on first update




---