You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2015/08/28 19:58:46 UTC

[jira] [Resolved] (REEF-657) Race condition in StreamingCodecFunctionCache in REEF.Network

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

Markus Weimer resolved REEF-657.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.13

Fixed via [#429|https://github.com/apache/incubator-reef/pull/429]

> Race condition in StreamingCodecFunctionCache in REEF.Network
> -------------------------------------------------------------
>
>                 Key: REEF-657
>                 URL: https://issues.apache.org/jira/browse/REEF-657
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF.NET
>         Environment: C#
>            Reporter: Dhruv Mahajan
>            Assignee: Dhruv Mahajan
>             Fix For: 0.13
>
>
> StreamingCodecCache is not thread safe. As a result there is a race condition that happens when we receive simultaneous message from two streams and we try add codecs in cache.
> The aim of this jira is to make AddCodec function threadsafe by making it atomic by using lock.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)