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 22:51:45 UTC

[jira] [Created] (REEF-657) Bug in StreamingCodecFunctionCache in REEF.Network

Dhruv Mahajan created REEF-657:
----------------------------------

             Summary: Bug 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)