Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
IGNITE-8085 increased NODE_START_CHECK_LIMIT so "remote" node log is parsed for longer (set now to 25 * 2000ms)
This exceeds total timeout set up for remote node startup in
This leads to debug message with ref to remote log file being never shown because 50000 timeout will never be reached
Attachments
Issue Links
- is caused by
-
IGNITE-8085 Flaky failures in Ignite Client Nodes test suite: Remote node could not start.
- Resolved
- links to
GitHub user andrewmed opened a pull request:
https://github.com/apache/ignite/pull/4030
IGNITE-8533Fix timeout collision in Client Nodes test suite introduc……ed by
IGNITE-8085You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewmed/ignite ignite-8533
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4030.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 #4030
commit 212a9fc4d525203e8912775730b61193fde25b9a
Author: AMedvedev <amedvedev@...>
Date: 2018-05-20T22:07:47Z
IGNITE-8533Fix timeout collision in Client Nodes test suite introduced byIGNITE-8085