]
Michal Vinkler commented on WFLY-5441:
--------------------------------------
Still present in 7.0.0.ER2:
Received unsolicited state from node X for segment Y of cache Z
---------------------------------------------------------------
Key: WFLY-5441
URL:
https://issues.jboss.org/browse/WFLY-5441
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.CR5
Reporter: Richard JanÃk
Assignee: Paul Ferraro
Priority: Minor
Hi,
we're occasionally seeing these warnings in the server logs:
{code}
[JBossINF] [0m[33m08:20:45,364 WARN [org.infinispan.statetransfer.StateConsumerImpl]
(stateTransferExecutor-thread--p11-t36) Received unsolicited state from node perf20 for
segment 48 of cache clusterbench-ee7.ear/clusterbench-ee7-ejb.jar
...
[JBossINF] [0m[33m08:21:02,793 WARN [org.infinispan.statetransfer.StateConsumerImpl]
(stateTransferExecutor-thread--p11-t22) Discarding received cache entries for segment 48
of cache dist because they do not belong to this node.
{code}
The warnings seem to be harmless.
This is the equivalent of
https://bugzilla.redhat.com/show_bug.cgi?id=923789 which has
been (with EAP6) followed by IllegalStateExceptions and has later been closed as a
duplicate of
https://bugzilla.redhat.com/show_bug.cgi?id=922699. However, no
IllegalStateExceptions occur with EAP7 and thus these two messages seem to be unrelated.