You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by weiqingy <gi...@git.apache.org> on 2018/08/24 18:55:51 UTC

[GitHub] samza pull request #616: SAMZA-1821: fix the IllegalStateException complaini...

GitHub user weiqingy opened a pull request:

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

    SAMZA-1821: fix the IllegalStateException complaining duplicate key when fetching systemStream configs

    This PR is to fix IllegalStateException complaining duplicate key when fetching resource configs in SamzaSqlApplicationConfig.
    
    How to test:
    Pass the local build and current unit tests.
    Added a new unit test.

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

    $ git pull https://github.com/weiqingy/samza SAMZA-1821

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

    https://github.com/apache/samza/pull/616.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 #616
    
----
commit 612456278cdc5bb3f35dd69114a2d437170c1c40
Author: Weiqing Yang <wi...@...>
Date:   2018-08-24T18:38:07Z

    SAMZA-1821: fix the IllegalStateException complaining duplicate key when fetching systemStream configs

----


---

[GitHub] samza pull request #616: SAMZA-1821: fix the IllegalStateException complaini...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---