You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jagadish (JIRA)" <ji...@apache.org> on 2016/03/15 00:34:33 UTC

[jira] [Created] (SAMZA-896) Improvements to thread-safety in ContainerRequestState

Jagadish created SAMZA-896:
------------------------------

             Summary: Improvements to thread-safety in ContainerRequestState
                 Key: SAMZA-896
                 URL: https://issues.apache.org/jira/browse/SAMZA-896
             Project: Samza
          Issue Type: Improvement
            Reporter: Jagadish


The ContainerRequestState class is currently not thread-safe. The class's methods and state variables are called from both the ContainerAllocator and the AMRMCallback handler.

{noformat}
+-----------------------------+--------------+-----------------+-------------------------+---------------------+
| Method                      | requestQueue | hostsToCountMap | allocatedContainerQueue | ThreadsAccesedFrom  |
+-----------------------------+--------------+-----------------+-------------------------+---------------------+

{noformat}



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