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

[jira] [Updated] (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 ]

Dhruv Mahajan updated REEF-657:
-------------------------------
    Summary: Race condition in StreamingCodecFunctionCache in REEF.Network  (was: Bug in StreamingCodecFunctionCache in REEF.Network)

> 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 Client
>    Affects Versions: 0.13
>         Environment: C#
>            Reporter: Dhruv Mahajan
>            Assignee: Dhruv Mahajan
>
> 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)