Dan Berindei created ISPN-9805:
----------------------------------
Summary: Use remote-timeout instead of state-transfer timeout for leave
requests
Key: ISPN-9805
URL:
https://issues.jboss.org/browse/ISPN-9805
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.4.3.Final, 10.0.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.Alpha2
Normally the leave request should not block, but in rare cases it does. E.g. because of
ISPN-9588, sometimes the leave request never gets a response, and only gives up after the
state-transfer timeout expires (4 minutes by default). If the test has more than one cache
(e.g. `org.infinispan.CONFIG` is running), it will be killed by `TestNGLongTestsHook`
after 5 minutes.
We should use the smaller `remote-timeout` so that nodes block for a shorter time before
leaving.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)