[
https://issues.jboss.org/browse/ISPN-8424?page=com.atlassian.jira.plugin....
]
Galder Zamarreño commented on ISPN-8424:
----------------------------------------
A note about the logs, {{datagrid-1-78z8k}} gets killed first and, and it recovered fine.
Then killed {{datagrid-1-l1p5r}}, and it doesn not seem to recover...
From tests I've done, when you {{docker rm -f <id>}},
kubernetes try to bring that same pod back up.
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
Attachments: datagrid-3-kg593.log, datagrid-3-tzh6h.log
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)