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)