[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 https://github.co

Re: Getting Access to Ignite's blog on ASF

2017-03-04 Thread Konstantin Boudnik
Hi Denis. I reckon you'd need to register on the roller (that blog site) and share your account name with me, so I can add this to the ignite's blog. -- Regards, Konstantin (Cos) Boudnik 2CAC 8312 4870 D885 8616 6115 220F 6980 1F27 E622 Disclaimer: Opinions expressed in this email are those o

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 asser