[
https://issues.apache.org/jira/browse/IGNITE-10671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728512#comment-16728512
]
ASF GitHub Bot commented on IGNITE-10671:
-----------------------------------------
GitHub user daradurvs opened a pull request:
https://github.com/apache/ignite/pull/5737
IGNITE-10671 Messed @Test annotation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daradurvs/ignite ignite-10671
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5737.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5737
----
commit 966e8291dfa522ecbbad30eafc7cb4b0989866f0
Author: Vyacheslav Daradur <daradurvs@...>
Date: 2018-12-24T19:54:16Z
Fixed
----
> Double initialization of segmentAware and FileArchiver lead to race breaking
> file compression.
> ----------------------------------------------------------------------------------------------
>
> Key: IGNITE-10671
> URL: https://issues.apache.org/jira/browse/IGNITE-10671
> Project: Ignite
> Issue Type: Bug
> Reporter: Pavel Voronkin
> Assignee: Pavel Voronkin
> Priority: Critical
> Fix For: 2.8
>
> Attachments: WalCompactionSwitchOverTest.java
>
>
> Race is painful when you switch your cluster from walCompaction=false to
> walCompaction=true.
> The same FileCompressor instance will use different segmentAwares due to
> start0() is called twice which leads to inconsistent behaviour and errors
> during compaction, basically we will try to archive files twice concurrently.
> See reproducer in attachment.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)