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

[jira] [Assigned] (IGNITE-9890) Refactor CachePartitionPartialCountersMap#fromCountersMap, no need to sort partitions any time it called.

     [ https://issues.apache.org/jira/browse/IGNITE-9890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stanilovsky Evgeny reassigned IGNITE-9890:
------------------------------------------

    Assignee:     (was: Stanilovsky Evgeny)

> Refactor CachePartitionPartialCountersMap#fromCountersMap, no need to sort partitions any time it called.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9890
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9890
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 2.6
>            Reporter: Stanilovsky Evgeny
>            Priority: Minor
>             Fix For: 2.8
>
>
> {code:java}
> CachePartitionPartialCountersMap#fromCountersMap{code}
> we need to store sorted partitions forĀ 
> {code:java}
> partitionIndex(int partId) {return Arrays.binarySearch{code}
> method. Hope need some refactoring here, no need to sort it any time it called, we just need to store already sorted collection here.



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