[GitHub] ignite pull request #3040: ignite-6924: Fixed missed CacheStoreSessionListen...

2017-11-17 Thread sk0x50
Github user sk0x50 closed the pull request at:

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


---


[GitHub] ignite pull request #3040: ignite-6924: Fixed missed CacheStoreSessionListen...

2017-11-15 Thread sk0x50
GitHub user sk0x50 opened a pull request:

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

ignite-6924: Fixed missed CacheStoreSessionListener#onSessionStart() call

CacheStoreSessionListener#onSessionStart() is not called in case of 
'WriteBehind' mode is enabled and 'writeCache' size exceeds critical size.

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

$ git pull https://github.com/sk0x50/ignite ignite-6924

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

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


commit 6fd1695ee3a228915230d6478e1a8db98ac9b974
Author: Slava Koptilin 
Date:   2017-11-15T22:20:14Z

ignite-6924: Fixed missed CacheStoreSessionListener#onSessionStart() call




---