You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/23 23:47:00 UTC

[jira] [Commented] (SAMZA-1726) Isolate InMemorySystem Factory to run separately per job

    [ https://issues.apache.org/jira/browse/SAMZA-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16488216#comment-16488216 ] 

ASF GitHub Bot commented on SAMZA-1726:
---------------------------------------

GitHub user Sanil15 opened a pull request:

    https://github.com/apache/samza/pull/532

    SAMZA-1726: Isolate InMemorySystemFactory to run separately per job

    Tested by running the corresponding integration and unit tests

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Sanil15/samza SAMZA-1726

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/532.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #532
    
----
commit 0b3108c69aa68de8ba9a8150a08dec66d82b760a
Author: sanil15 <sa...@...>
Date:   2018-05-23T23:44:30Z

    SAMZA-1726: Isolate InMemorySystemFactory to run separately per job

----


> Isolate InMemorySystem Factory to run separately per job
> --------------------------------------------------------
>
>                 Key: SAMZA-1726
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1726
>             Project: Samza
>          Issue Type: Improvement
>            Reporter: Sanil Jain
>            Assignee: Sanil Jain
>            Priority: Major
>             Fix For: 0.15.0
>
>
> - Currently InMemorySystem runs a single instance of InMemoryManager for any all the jobs using it
> - If we can isolate InMemorySystem to to run per job, that enables running of all jobs independent of each other, and not corrupting each others state



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)