You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Brett Konold (Jira)" <ji...@apache.org> on 2020/05/22 06:54:00 UTC

[jira] [Created] (SAMZA-2528) Refactor side input out of ContainerStorageManager

Brett Konold created SAMZA-2528:
-----------------------------------

             Summary: Refactor side input out of ContainerStorageManager
                 Key: SAMZA-2528
                 URL: https://issues.apache.org/jira/browse/SAMZA-2528
             Project: Samza
          Issue Type: Sub-task
            Reporter: Brett Konold


Currently ContainerStorageManager handles both side input and non-side input stores for each task. There is little dependency between the two, and making changes to the class is difficult due to its size and scope of responsbility.

One option would be to split CSM into two classes, one for side input stores and one for non-side input stores with the lifecycle of both classes managed at the SamzaContainer level.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)