Dan Berindei created ISPN-12241:
-----------------------------------
Summary: Client listener can miss events during failover
Key: ISPN-12241
URL:
https://issues.redhat.com/browse/ISPN-12241
Project: Infinispan
Issue Type: Bug
Components: Hot Rod, Listeners
Affects Versions: 11.0.3.Final
Reporter: Dan Berindei
{{EventSocketTimeoutTest.testSocketTimeoutWithEvent}} is failing randomly in my
environment, and sometimes in CI as well:
https://ci.infinispan.org/job/Infinispan/job/master/2242/testReport/junit...
The reason for the failure is that when the client closes a listener's channel (in
this case after a socket read timeout), the listener is automatically re-added, but the
client can still perform new writes while the listener is being added.
Of course, other listeners can also perform new writes during the same time, and the
listener will also miss the events for those writes.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)