-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARTEMIS-3831 scale-down w/jgroups fails if using same dg as cluster-c…
…onnection If both scale-down and cluster-connection are using the same JGroups discovery-group then when the cluster-connection stops it will close the underlying org.jgroups.JChannel and when the scale-down process tries to use it to find a server it will fail. This commit ensures that the JGroupsBroadcastEndpoint implementation of BroadcastEndpoint#openClient initializes the channel if it has been closed.
- Loading branch information
1 parent
54f5dae
commit 3dd50f8
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters