-
Notifications
You must be signed in to change notification settings - Fork 135
IGNITE-14536 Handle forceful shutdown of ScaleCube cluster node. #94
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
Conversation
modules/network/src/main/java/org/apache/ignite/network/scalecube/ScaleCubeTopologyService.java
Outdated
Show resolved
Hide resolved
...ntegrationTest/java/org/apache/ignite/network/scalecube/ITScaleCubeNetworkMessagingTest.java
Outdated
Show resolved
Hide resolved
| } | ||
| }) | ||
| .config(opts -> opts.memberAlias(context.getName())) | ||
| .config(opts -> opts.memberAlias(context.getName()).membership(config -> config.suspicionMult(1))) |
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 add a comment that this timeout value is currently needed for tests
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.
also, please move the multiplier configuration to the membership configuration on line 57
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 tho? TODO in class def already states that it would be changed
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.
yeah, maybe it's not really needed after all =)
modules/network/src/main/java/org/apache/ignite/network/scalecube/ScaleCubeTopologyService.java
Outdated
Show resolved
Hide resolved
…ful shutdown (#94) Signed-off-by: Sergey Chugunov <sergey.chugunov@gmail.com>
No description provided.