]
Galder Zamarreño updated ISPN-7364:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
SingleFrameDecoder is not applied to hot rod tests
--------------------------------------------------
Key: ISPN-7364
URL:
https://issues.jboss.org/browse/ISPN-7364
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.0.0.Beta1, 8.2.5.Final
Reporter: William Burns
Assignee: William Burns
Fix For: 9.0.0.Beta2, 9.0.0.Final
Single frame decoder is designed to find replay issues with async based netty protocol.
Unfortunately it isn't applied to the tests properly. This can cause issues if a
socket cannot read an entire message, when it is retried. This has let some bugs leak in,
that need to be plugged!