-
Bug
-
Resolution: Done
-
Critical
-
4.2.1.FINAL, 5.0.0.BETA1
When Infinispan servers need to decode keys and values only once per request, otherwise it can generate a lot of garbage byte[]s instances. This is particularly important when bigger key/values are used. The way to do that is tell Netty about intermediate stages of reading a request so that the entire request is not re-read if the entire request has not been read in one go.