GitHub user slukyano opened a pull request:
https://github.com/apache/ignite/pull/4004 IGNITE-8501: Retry on GridServiceNotFoundException in GridServiceProxy needs to be fixed
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-8501
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4004.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4004
----
commit 0e4c59cd8fa6432df5c8092d0ff2640f6ff1e7d4
Author: Stanislav Lukyanov <stanlukyanov@...>
Date: 2018-05-15T15:24:06Z
IGNITE-8501: Fixed retry on exception in GridServiceProxy::invokeMethod.
commit da07b484ede0186ddc757e3712a033e7d99c77c0
Author: Stanislav Lukyanov <stanlukyanov@...>
Date: 2018-05-15T16:06:37Z
IGNITE-8501: Added test case with a service with long initialization.
----
---