You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Yaroslav Molochkov (Jira)" <ji...@apache.org> on 2020/08/03 14:46:00 UTC

[jira] [Created] (IGNITE-13322) Make GridDhtPartitionsExchangeFuture#srvNodes thread-safe

Yaroslav Molochkov created IGNITE-13322:
-------------------------------------------

             Summary: Make GridDhtPartitionsExchangeFuture#srvNodes thread-safe
                 Key: IGNITE-13322
                 URL: https://issues.apache.org/jira/browse/IGNITE-13322
             Project: Ignite
          Issue Type: Improvement
            Reporter: Yaroslav Molochkov


Currently org.apache.ignite.internal.processors.cache.distributed.dht.preloader.GridDhtPartitionsExchangeFuture#srvNodes reference is initialised to the ArrayList, which is not a thread-safe implementation.

Solution to this ticket must guarantee thread-safety of the srvNodes collection.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)