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/17 21:22:33 UTC

[jira] [Created] (SAMZA-902) Improvements to thread safety in Samza

Jagadish created SAMZA-902:
------------------------------

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


The following classes are currently not thread-safe:

1. ContainerRequestState
2. JobModel
3. SamzaAppState

Some of them expose public data structures that are shared across multiple threads. This presents a *potential* source of bugs, races and makes reasoning correctness hard.

This is an umbrella ticket to ensure that classes that are shared across threads are thread-safe.



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