GitHub user Mmuzaf opened a pull request: https://github.com/apache/ignite/pull/3588
IGNITE-7789: fix IgniteClientReconnectApiExceptionTest, success rate 47.9% Add backups value for CollectionConfiguration You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mmuzaf/ignite ignite-7789 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3588.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 #3588 ---- commit 5fc300913d3f56a44faf1996c71285261cf1759a Author: Maxim Muzafarov <maxmuzaf@...> Date: 2018-02-28T14:22:09Z IGNITE-7789: set backups value for CollectionConfiguration commit c047db72c929c9834a12584618149f87e1b0370a Author: Maxim Muzafarov <maxmuzaf@...> Date: 2018-02-28T14:28:07Z IGNITE-7789: use DFLT_BACKUPS constant for CollectionConfiguration ---- ---