-
Notifications
You must be signed in to change notification settings - Fork 114
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
Upgrade Zookeeper Operator default version to 0.2.6 #93
Conversation
@timterle is there anywhere else we need to update? |
@HoustonPutman There is a dependency in go.mod and go.sum on v0.2.5-rc0, maybe that should be changed as well? Otherwise I think this is enough, although I haven't built and tested this to confirm. I have tested changing from emccorp/zookeeper to pravega/zookeeper by overriding the image in the config and it works when I run a simple deployment in Amazon EKS. But when I try a simple example in "Docker for Mac" this change causes the second zookeeper pod never to come up successfully. It exits with an error "java.lang.RuntimeException: My id 2 not in the peer list" |
Definitely need this. We ran into a lot of issues HA testing out zk-operator with emccorp/zookeeper only to then find out it shouldn't be used according to reading through issue tracker on pravega/zookeeper-operator |
I'm going to do some testing with this tomorrow, and see if I can get this merged. |
Looks like |
@timterle as a bonus with |
Signed-off-by: Houston Putman <[email protected]>
@timterle I have tested this on docker-for-mac and it works well for me, including scaling up and down the zookeeper cluster through the solrcloud CRD |
Describe your changes
Making the version of the example zookeeper operator and the default zookeeper version the same.