-
Task
-
Resolution: Done
-
Major
-
15.1.0.Dev04
-
None
The HotRodOperation class to limit changes was extending CompletableFuture. Unfortunately, this causes a lot of extra allocations for when the operation has a delegate wrapper as the wrapper also has to extend CompletableFuture and must complete the delegate in a similar fashion also causing allocations inside CompletableFuture as it will have dependents immediately.