]
Tristan Tarrant reassigned ISPN-6485:
-------------------------------------
Assignee: Dan Berindei
JGroupsTransport.lambda$invokeRemotelyAsync$1 seems to trigger
resizes of HashMap
---------------------------------------------------------------------------------
Key: ISPN-6485
URL:
https://issues.jboss.org/browse/ISPN-6485
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Sanne Grinovero
Assignee: Dan Berindei
Priority: Minor
The resize of an {{HashMap}} is highlighted by the JFR profiler in this method, it's
possible that this is very simple to fix by simply creating the Map with a better
estimate.