You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/12/16 12:37:58 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-4407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov resolved IGNITE-4407.
-------------------------------------
    Resolution: Won't Fix

No gain. Closing for now.

> 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)