-
Bug
-
Resolution: Done
-
Major
-
15.0.0.Final
-
None
Discovered because of intermittent failures on `ClientListenerRetryTest`.
The issue triggers because, before Hot Rod version 2.5, the listener had a dedicated channel to receive events. When a failover happens, the listener is transferred to another channel, and if the decoder in this channel has registered operations waiting for a response, it will throw an exception.