-
Notifications
You must be signed in to change notification settings - Fork 305
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
PAYARA-1909 Domain Discovery Mode #2201
Merged
Merged
Conversation
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
… and auto cluster of new instances using domain discovery mode
…to specify which interfaces to listen on
… cluster automatically
…of the configuration
… micro instances try to join the cluster Also upgrade to Hz 3.9.1
867a89b
to
e4eeb23
Compare
jenkins quick test payara 5 please |
@lprimak same code just fixed the issue with the Micro not booting if the DAS is running |
Quick build and test passed! |
jenkins quick test payara 5 please |
Quick build and test passed! |
Although minor, I think the configuration screen is still confusing |
lprimak
approved these changes
Dec 9, 2017
I'll raise a separate JIRA for the config screen as it isn't my area of expertise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Domain
Major Refactor of the Hazlecast Integration. By default Hazlecast now uses information in the domain.xml to determine where members of the cluster are likely to be. This results in pretty transparent clustering of all instances in the domain. All instances and the DAS now form a single unified Hazelcast Data Grid for data sharing including web session data and JCache data. Tested on Azure in a VPC all instances in the domain clustered automatically using SSH nodes Tested on AWS in a VPC all instances in the domain clustered automatically using SSH nodes Tested on Google Compute in a VPC all instances in the domain clustered automatically using SSH nodes Tested on LAN in Linux all instances in the domain clustered automatically using SSH nodes Payara Micro has new flag --clustermode which can be domain:host:port to cluster with a DAS (or any other instance) or it can be tcpip:host:port:host:port to provide a list of hosts and ports to check. This change make it easy to cluster micros in the cloud where IPs are known e.g. VPC. Default is the original multicast Host aware partitioning is now the default.
Also now fixes issue with multicast micros trying to join the domain mode cluster and failing