You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2015/04/22 15:34:59 UTC

[jira] [Created] (IGNITE-787) Wrong 'belongs' method used in GridDhtPartitionSupplyPool

Semen Boikov created IGNITE-787:
-----------------------------------

             Summary: Wrong 'belongs' method used in GridDhtPartitionSupplyPool
                 Key: IGNITE-787
                 URL: https://issues.apache.org/jira/browse/IGNITE-787
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Semen Boikov
            Assignee: Semen Boikov
            Priority: Critical
             Fix For: sprint-4


GridDhtPartitionSupplyPool at line 284 calls 'belongs(ClusterNode node, Object key, AffinityTopologyVersion topVer)' instead of 'belongs(ClusterNode node, int part, AffinityTopologyVersion topVer)'. 

First method is not really needed, it would be better to remove it to avoid such errors.



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