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

project deps need to be updated #2

Closed
middlesphere opened this issue Feb 22, 2016 · 2 comments
Closed

project deps need to be updated #2

middlesphere opened this issue Feb 22, 2016 · 2 comments

Comments

@middlesphere
Copy link

Hello!

Currently your project.clj contains [com.hazelcast/hazelcast "3.5.3"] and [com.hazelcast/hazelcast-client "3.5.3"] dependencies. These deps can hang client during connection to a cluster.
I've updated my project.clj like this and now I can connect to hazelcast 3.6 (docker image)

             [com.hazelcast/hazelcast "3.6"]
             [com.hazelcast/hazelcast-client "3.6"]
             [chazel "0.1.7"
              :exclusions [com.hazelcast/hazelcast com.hazelcast/hazelcast-client]] ;caching

this thread hazelcast/hazelcast#5815 tells that hazelcast 3.5 have some bugs.

Mike.

tolitius added a commit that referenced this issue Feb 22, 2016
@tolitius
Copy link
Owner

good catch, thanks for reporting it. chazel 0.1.8-SNAPSHOT has HZ 3.6 (server and client) as its dep.

Let me know if that works for you.

@middlesphere
Copy link
Author

I removed hazelcast-client and added new SNAPSHOT
;[com.hazelcast/hazelcast-client "3.6"] ;cache client
[chazel "0.1.8-SNAPSHOT"] ;caching

Now, everything works fine! Thanks.

@middlesphere middlesphere changed the title project deps need to updated project deps need to be updated Feb 23, 2016
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