]
Dan Berindei updated ISPN-9805:
-------------------------------
Fix Version/s: 9.4.5.Final
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: 10.0.0.Alpha1, 9.4.3.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Labels: testsuite_stability
Fix For: 10.0.0.Beta1, 9.4.5.Final
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.