[GitHub] ignite pull request #1593: Ignite 4473 Client should re-try connection attem...

2017-03-04 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/1593 Ignite 4473 Client should re-try connection attempt in case of concurrent network failure You can merge this pull request into a Git repository by running: $ git pull

IGNITE-1393 futures crash ignite when trying to get lock for stopped cache

2017-03-04 Thread Дмитрий Рябов
The problem appears when future tries to finish itself and it trying to get lock when cache is already stopped. The only way to solve this issue is catching such assertion errors. At least, we are already catching some exceptions in the test. But what about real situation? Should I add catch