]
Gustavo Fernandes updated ISPN-6514:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Reduce netty write allocation by using voidPromise when not waiting
for completion
----------------------------------------------------------------------------------
Key: ISPN-6514
URL:
https://issues.jboss.org/browse/ISPN-6514
Project: Infinispan
Issue Type: Bug
Components: Server
Reporter: William Burns
Assignee: William Burns
Fix For: 9.0.0.Alpha2
When a netty write or write and flush is performed and we don't use the future, we
should be passing a void promise to avoid allocating those objects.