You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Lantukh (JIRA)" <ji...@apache.org> on 2018/03/22 13:15:00 UTC

[jira] [Created] (IGNITE-8019) During rebalancing checkpoint read lock is acquired for each entry (twice).

Ilya Lantukh created IGNITE-8019:
------------------------------------

             Summary: During rebalancing checkpoint read lock is acquired for each entry (twice).
                 Key: IGNITE-8019
                 URL: https://issues.apache.org/jira/browse/IGNITE-8019
             Project: Ignite
          Issue Type: Bug
            Reporter: Ilya Lantukh
            Assignee: Ilya Lantukh


In GridDhtPartitionDemander.preloadEntry(...) checkpointReadLock is acquired twice, which is definitely a mistake. But even acquiring it once per entry causes unnecessary contention - it should be taken once for SupplyMessage.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)