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 Kasnacheev (Jira)" <ji...@apache.org> on 2020/06/03 09:10:00 UTC

[jira] [Resolved] (IGNITE-13083) Double adding "onSegmentArchived" observer to SegmentArchivedStorage

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

Ilya Kasnacheev resolved IGNITE-13083.
--------------------------------------
    Resolution: Fixed

Thank you for this fix, I have merged it to master.

> Double adding "onSegmentArchived" observer to SegmentArchivedStorage
> --------------------------------------------------------------------
>
>                 Key: IGNITE-13083
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13083
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.7.6
>            Reporter: Semyon Danilov
>            Assignee: Semyon Danilov
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> SegmentCompressStorage is build with static method SegmentCompressStorage#buildCompressStorage, where private constructor is called, and the same observer storage::onSegmentArchived is added to same SegmentArchivedStorage in constructor and in the static method. This can cause double call of SegmentCompressStorage#onSegmentArchived.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)