-
Bug
-
Resolution: Done
-
Minor
-
14.0.4.Final
-
None
Below is a sample source code that reproduces the problem.
MutinyCache<K, V> cache = ... cache .keys() .toUni() .await() .indefinitely();
When this is executed, the following exception is returned to the client.
org.infinispan.hotrod.exceptions.HotRodClientException:Request for messageId=4 returned server error (status=0x85): java.lang.IllegalStateException: ISPN006016: Factory 'org.infinispan.server.hotrod.ToEmptyBytesKeyValueFilterConverter' not found in server at org.infinispan.hotrod.impl.protocol.Codec40.checkForErrorsInResponseStatus(Codec40.java:419) at org.infinispan.hotrod.impl.protocol.Codec40.readHeader(Codec40.java:243) at org.infinispan.hotrod.impl.transport.netty.HeaderDecoder.decode(HeaderDecoder.java:133) at org.infinispan.hotrod.impl.transport.netty.HintedReplayingDecoder.callDecode(HintedReplayingDecoder.java:94)