Semyon Danilov created IGNITE-13083:
---------------------------------------
Summary: 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
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)