You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
When using the official dotcms/hazelcast:3.9.2-os image in a Deployment/replicaset with more than one replica, the instances of hazelcast do not create a single cluster.
To reproduce:
This can be reproduced locally via docker-compose for simplicity or in a kubernetes cluster.
@mattyarbrough I am not sure but dotCMS may act as the nexus for the Hazelcast servers to see each other. Does the HZ cluster work if you bring up a dotCMS into the mix?
@pmooneyarchitech -
Not sure why they are not connecting - Maybe try setting up a hazelcast cluster as described here and then attaching your dotCMS to it - I would try to use the same version as what we are running
When using the official dotcms/hazelcast:3.9.2-os image in a Deployment/replicaset with more than one replica, the instances of hazelcast do not create a single cluster.
To reproduce:
This can be reproduced locally via docker-compose for simplicity or in a kubernetes cluster.
Via docker-compose:
docker-compose up -d --scale dotcms=0 --scale db=0 --scale elasticsearch=0 --scale elasticsearch-statis=0 --scale hazelcast=3
docker-compose exec hazelcast sh
wget -O- hazelcast:5701/hazelcast/rest/cluster
several times.Via kubernetes:
Given the attached file
hazelcast-deployment.yml
, which is a stripped down version ofhttps://github.com/brentgriffin/2018BootcampK8sDemo/blob/master/deployment.yaml with replicas set to 3. And a Kubernetes cluster:
kubectl apply -f hazelcast-deployment.yml
to deploy hazelcast to kubernetes clusterkubectl get pods
kubectl exec -it {podname} sh
wget -O- hazelcast-svc:5701/hazelcast/rest/cluster
several times.The text was updated successfully, but these errors were encountered: