[JBoss JIRA] (ISPN-6485) JGroupsTransport.lambda$invokeRemotelyAsync$1 seems to trigger resizes of HashMap
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6485?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6485:
----------------------------------
Description: 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. (was: The resize of an {{HashMap}} is highlighted by the JFR profiler in this method, it's possible that this is very simple to fix my simply creating the Map with a better estimate.)
> 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
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6486) NPE in PersistentUUIDManagerImpl
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6486?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-6486:
-------------------------------------
Assignee: Tristan Tarrant
> NPE in PersistentUUIDManagerImpl
> --------------------------------
>
> Key: ISPN-6486
> URL: https://issues.jboss.org/browse/ISPN-6486
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Sanne Grinovero
> Assignee: Tristan Tarrant
>
> I noticed the following exception being logged during the Infinispan core testsuite:
> {noformat}FATAL (transport-thread-StaleLocksWithCommitDuringStateTransferTest-NodeD-p27554-t5) [PersistentUUIDManagerImpl] Cannot find mapping for address StaleLocksWithCommitDuringStateTransferTest-NodeD-61391
> java.lang.NullPointerException
> at org.infinispan.topology.PersistentUUIDManagerImpl.mapAddresses(PersistentUUIDManagerImpl.java:69)
> at org.infinispan.topology.LocalTopologyManagerImpl.doHandleTopologyUpdate(LocalTopologyManagerImpl.java:316)
> at org.infinispan.topology.LocalTopologyManagerImpl$1.run(LocalTopologyManagerImpl.java:257)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.runInternal(SemaphoreCompletionService.java:172)
> at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.run(SemaphoreCompletionService.java:151)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecuto{noformat}
> It doesn't seem to have caused any test failure, though it seems like a bug.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months
[JBoss JIRA] (ISPN-6491) Remove total order thread pool.
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-6491:
---------------------------------
Summary: Remove total order thread pool.
Key: ISPN-6491
URL: https://issues.jboss.org/browse/ISPN-6491
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 9.0.0.Alpha2
The thread pool was deprecated and it is no longer used since long time ago.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 8 months