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)