-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.hazelcast.jet.pipeline.SourceBuilder_TopologyChangeTest.test_restartJob_nodeTerminated #3021
Comments
Looks like the snapshot is stuck at phase 1 Snaphot 0 is started at
At
after 10 seconds, assertion times out and test fails. only then we see this log
|
see also #2643 |
We discussed this issue with Viliam and our findings are: Looking at the snapshot process in 5702, everything looks normal there. Since the source stage is not distributed, it runs only on single member, apparently 5701 in this test. So, snapshot phase 1 for Considering this log below, sliding window (second stage of sliding window) at member 5701 run on
When we checked the thread dump for this thread, we did not encounter any problems. Actually, this thread appears to be idle in the thread dump. |
master (commit 4eb9c6b)
Failed on Oracle JDK 11: http://jenkins.hazelcast.com/job/jet-oss-master-oracle-jdk11/370/testReport/junit/com.hazelcast.jet.pipeline/SourceBuilder_TopologyChangeTest/test_restartJob_nodeTerminated/
Stacktrace:
Standard output:
The text was updated successfully, but these errors were encountered: