Skip to content
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

Check if 'hazelcast.config' system property works as expected #553

Open
aschrijver opened this issue May 26, 2016 · 2 comments
Open

Check if 'hazelcast.config' system property works as expected #553

aschrijver opened this issue May 26, 2016 · 2 comments

Comments

@aschrijver
Copy link

I just found out my vertx cluster configuration with 'hazelcast.config' system property from the command line did not work as expected (cluster created, but not properly registered with vertx) and filed a PR and issue (no 36) on vertx-hazelcast project to support it from version 3.3.0 onwards.

Found your project while doing a search on Github on usages. I didn't check and you are using it differently, but you might verify if it is indeed working the way it should.

I am referring to this file:

System.setProperty("hazelcast.config", new File(clusterConfig).getAbsolutePath());

@cescoffier
Copy link
Member

Hi @aschrijver,

Don't worry, I will check, as I'm also the maintainer of vertx-hazelcast ;-)

@aschrijver
Copy link
Author

Ha ha, okay great 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants