[jira] [Created] (IGNITE-4407) IgniteUuid is a single point of contention for the whole framework.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4407) IgniteUuid is a single point of contention for the whole framework.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-4407:
---------------------------------------

             Summary: IgniteUuid is a single point of contention for the whole framework.
                 Key: IGNITE-4407
                 URL: https://issues.apache.org/jira/browse/IGNITE-4407
             Project: Ignite
          Issue Type: Task
          Components: general
    Affects Versions: 1.8
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
            Priority: Minor
             Fix For: 2.0


It uses static {{AtomicLong.incrementAndGet}}. We can use thread-locals to minimize contention.

Similar problem is in {{GridCacheIoManager}} and {{GridCacheMvccCandidate}}.



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