-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Feature][SeaTunnel Engine] Add test to test stream job recover when all cluster node done and restart #3503
[Feature][SeaTunnel Engine] Add test to test stream job recover when all cluster node done and restart #3503
Conversation
…all cluster node done and restart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge the dev branch code.
node3 = SeaTunnelServerStarter.createHazelcastInstance( | ||
TestUtils.getClusterName(testClusterName)); | ||
|
||
Thread.sleep(360000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why sleep 360000? I think we can wait all nodes added to cluster here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have modified the code, but I cannot pass the CI. Is the code I modified wrong?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have modified the code, but I cannot pass the CI. Is the code I modified wrong?
Please wait #3418 merge. And then you need config to enable IMap storage
for this test case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your advice.
Purpose of this pull request
#3430
Add test to test stream job recover when all cluster node done and restart
Check list
New License Guide