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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)