Vladimir Ozerov created IGNITE-2409:
---------------------------------------

             Summary: Is CU.clientNode() really needed?
                 Key: IGNITE-2409
                 URL: https://issues.apache.org/jira/browse/IGNITE-2409
             Project: Ignite
          Issue Type: Sub-task
          Components: cache
    Affects Versions: 1.5
            Reporter: Vladimir Ozerov
             Fix For: 1.6


Profiling shows medium hot spot in the method 
GridCacheUtils.clientNode(ClusterNode) - considerable amount of time is spent 
on attributes map lookup. 

What is interesting is that ClusterNode already has isClient() method which do 
not require any lookups.

Can we simply remove GridCacheUtils.clientNode() method and use 
ClusterNode.isClient() instead?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to