[ 
https://issues.apache.org/jira/browse/IGNITE-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16583561#comment-16583561
 ] 

ASF GitHub Bot commented on IGNITE-4533:
----------------------------------------

Github user ezhuravl closed the pull request at:

    https://github.com/apache/ignite/pull/1479


> GridDhtPartitionsExchangeFuture stores unnecessary messages after processing 
> done
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-4533
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4533
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.7, 1.8
>            Reporter: Alexandr Kuramshin
>            Assignee: Evgenii Zhuravlev
>            Priority: Major
>              Labels: easyfix
>
> After GridDhtPartitionsExchangeFuture has been completed, 
> GridCachePartitionExchangeManager still stores it in field ExchangeFutureSet 
> exchFuts (for race condition handling).
> But many GridDhtPartitionsSingleMessage objects stored in field 
> ConcurrentMap<UUID, GridDhtPartitionsAbstractMessage> msgs is not needed 
> after the future has been processed.
> This map should be cleared in the end of the method onAllReceived().



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

Reply via email to