You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/08 14:59:00 UTC

[jira] [Commented] (IGNITE-8453) FileDecompressor may access HashMap without proper synchronization

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

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

GitHub user glukos opened a pull request:

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

    IGNITE-8453 FileDecompressor may access HashMap without proper synchr…

    …onizationcommit 7037022)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8453

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3961.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 #3961
    
----
commit 2a735095f13de156533dd0488910906474dd9850
Author: Ivan Rakov <iv...@...>
Date:   2018-05-08T14:55:34Z

    IGNITE-8453 FileDecompressor may access HashMap without proper synchronizationcommit 7037022)

----


> FileDecompressor may access HashMap without proper synchronization
> ------------------------------------------------------------------
>
>                 Key: IGNITE-8453
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8453
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Rakov
>            Assignee: Ivan Rakov
>            Priority: Major
>             Fix For: 2.5
>
>
> Caused by IGNITE-8429.
> FileDecompressor performs a remove from regular HashMap (which is shared to other threads) without synchronization.



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