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

[GitHub] samza pull request #615: SAMZA-1824: Handle errors from the async-NMClient w...

GitHub user vjagadish1989 opened a pull request:

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

    SAMZA-1824: Handle errors from the async-NMClient when launching containers

    - Updated internal state that tracks "pending" containers correctly
    - Refactored `YarnClusterResourceManager` for testability. Add an unit test

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

    $ git pull https://github.com/vjagadish1989/samza container-launch-error

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

    https://github.com/apache/samza/pull/615.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 #615
    
----
commit ad5436a4bdce69fb4ed072ddb8882aa631d2ddb6
Author: Jagadish <jv...@...>
Date:   2018-05-30T22:06:03Z

    Add logging for EventHubs configs

commit 4976d2157bdd9146c7df8950eed46dce26bb95de
Author: Jagadish <jv...@...>
Date:   2018-05-30T22:49:46Z

    Fix a checkstyle failure

commit 85de1b36752597bb4e147099c583dc6aeaef8eb6
Author: Jagadish <jv...@...>
Date:   2018-06-05T19:17:48Z

    Merge branch 'master' of https://github.com/apache/samza

commit 2124d4ed1d9f6fcca753ce3fb3c74ceae097f616
Author: Jagadish <jv...@...>
Date:   2018-06-08T18:00:16Z

    Merge branch 'master' of https://github.com/apache/samza

commit 3d03e3b9af7094bc7026922d22b3104943dd4343
Author: Jagadish <jv...@...>
Date:   2018-06-11T17:49:01Z

    Merge branch 'master' of https://github.com/apache/samza

commit 7db95735d9e517193edfc594ba11d05eefeefc3f
Author: Jagadish <jv...@...>
Date:   2018-06-14T03:45:53Z

    Add metric for effectiveness of host-affinity

commit 86332640e380817d4515f82afa9f893c0bb82976
Author: Jagadish <jv...@...>
Date:   2018-06-19T00:01:14Z

    Merge branch 'master' of https://github.com/apache/samza

commit ba7861b1182fe9442b10a7c1f4993da83efda9d9
Author: Jagadish <jv...@...>
Date:   2018-07-24T01:28:43Z

    Merge branch 'master' of https://github.com/apache/samza

commit de604d5c1f7a087be40051fd1615089194c22945
Author: Jagadish <jv...@...>
Date:   2018-07-24T01:33:38Z

    Minor: Disable flaky samza-yarn test. Tracked in SAMZA-1781

commit baf51c08b45b7c22a0d4cfaea57f0ab2efffc84a
Author: Jagadish <jv...@...>
Date:   2018-07-30T16:26:45Z

    Merge branch 'master' of https://github.com/apache/samza

commit 969d69ac33566b265fd7e5a64e38ffd39eb95510
Author: Jagadish <jv...@...>
Date:   2018-08-08T00:39:28Z

    Merge branch 'master' of https://github.com/apache/samza

commit 1beb34d9c2fd9c0aed9b4d23c0963f101b76322e
Author: Jagadish <jv...@...>
Date:   2018-08-16T00:42:05Z

    Merge branch 'master' of https://github.com/apache/samza

commit c95ecbadd0d5acfc1b4457566df3141606d1e012
Author: Jagadish <jv...@...>
Date:   2018-08-24T02:05:26Z

    Merge branch 'master' of https://github.com/apache/samza

commit cffe2d9d644d3a2bb4ed4d0e87e9f46974685c5f
Author: Jagadish <jv...@...>
Date:   2018-08-24T03:51:17Z

    Handle errors during container launch

commit d11837509357212cc1bf85a1a9c670d5a8a75afc
Author: Jagadish <jv...@...>
Date:   2018-08-24T03:53:12Z

    Add a unit test for verifying launch failures

----


---

[GitHub] samza pull request #615: SAMZA-1824: Handle errors from the async-NMClient w...

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

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


---