Galder Zamarreño created ISPN-8424:
--------------------------------------
Summary: Cluster does not recover after killing a pod on OpenShift
Key: ISPN-8424
URL:
https://issues.jboss.org/browse/ISPN-8424
Project: Infinispan
Issue Type: Bug
Components: Core, JMX, reporting and management
Affects Versions: 9.1.0.Final
Reporter: Galder Zamarreño
To replicate issue, follow instructions in
[
here|https://github.com/infinispan-demos/streaming-data-kubernetes/blob/m...]
without changing the code.
Once you have injector working and you connect from the dashboard, do the following:
{code}
$ docker ps
...
// find id for one of the infinispan server nodes
...
$ docker rm -f <container_id>
{code}
The container will be killed but the other nodes do not manage to recover the cluster and
install the new formation. It seems to enter an endless loop... See attached logs.
I suspect the cluster stats requests that appear in the logs come from the management
console.
I don't yet have TRACE logs but I'll try to replicate with TRACE later.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)