[
https://issues.jboss.org/browse/ISPN-9345?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-9345:
------------------------------------
[~stehlik.michal] the error message is a catch-all for any problem where we don't know
exactly what happens, sorry about that. But the steps to reproduce are quite specific, and
it requires 2 nodes to be started on a machine that defaults to IPv6 without
{{-Djava.net.preferIPv4Stack=true}}. I've updated the issue subject to reflect that
and to keep the discussion focused.
We don't have a satisfying solution for this yet, because I would like to make
debugging this easier. The best option right now is to use
{{-Djava.net.preferIPv4Stack=true}}. The next best option is to use IPv6 in your UDP/TCP
configuration, especially where you didn't have an explicit address in the
configuration and JGroups has an IPv4 default.
But if you only see the timeout when you start more than 1 cache manager at once, I
believe you're hitting another problem and you should open a new issue.
TimeutException involving the org.infinispan.CONFIG cache with IPv6
-------------------------------------------------------------------
Key: ISPN-9345
URL:
https://issues.jboss.org/browse/ISPN-9345
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.3.0.Final
Reporter: Gustavo Fernandes
Assignee: Dan Berindei
{noformat}
Caused by: org.infinispan.commons.CacheException: Initial state transfer timed out for
cache org.infinispan.CONFIG on jedha-64980
at
org.infinispan.statetransfer.StateTransferManagerImpl.waitForInitialStateTransferToComplete(StateTransferManagerImpl.java:233)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.infinispan.commons.util.SecurityActions.lambda$invokeAccessibly$0(SecurityActions.java:79)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)