[infinispan-issues] [JBoss JIRA] (ISPN-6483) CacheRpcCommandExternalizer frequently performs lookups from GlobalComponentRegistry

Sanne Grinovero (JIRA) issues at jboss.org
Tue Apr 12 11:48:00 EDT 2016


Sanne Grinovero created ISPN-6483:
-------------------------------------

             Summary: CacheRpcCommandExternalizer frequently performs lookups from GlobalComponentRegistry
                 Key: ISPN-6483
                 URL: https://issues.jboss.org/browse/ISPN-6483
             Project: Infinispan
          Issue Type: Enhancement
          Components: Core
            Reporter: Sanne Grinovero


This is a significant CPU consumer; talking with Dan and Galder it looks like the reasons for the design might have changed and this could be simplified.

{noformat}
   org.infinispan.factories.GlobalComponentRegistry.getNamedComponentRegistry(String)
      org.infinispan.marshall.exts.CacheRpcCommandExternalizer.getCacheMarshaller(String)
         org.infinispan.marshall.exts.CacheRpcCommandExternalizer.writeObject(ObjectOutput, CacheRpcCommand)
         org.infinispan.marshall.exts.CacheRpcCommandExternalizer.readObject(ObjectInput)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list