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/03/09 17:06:00 UTC

[jira] [Commented] (SAMZA-1608) Add hidden config to enable explicit stream creation in StreamAppender due to bug.

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

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

GitHub user dnishimura opened a pull request:

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

    SAMZA-1608 : Add hidden config to enable explicit stream creation in StreamAppender due to bug.

    Due to a intermittent bug that causes the explicit stream creation in `StreamAppender` to hang, a hidden config is added to enable/disable explicit stream creation. By default this is disabled, which reverts to the previous behavior.
    
    When the intermittent hang bug is fixed, the config will either be removed or made public.

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

    $ git pull https://github.com/dnishimura/samza samza-1608-disable-streamappender-create-stream

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

    https://github.com/apache/samza/pull/442.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 #442
    
----
commit e56f81c4222d17d32bc09c337c6cafd901e98247
Author: Daniel Nishimura <dn...@...>
Date:   2018-03-09T16:59:43Z

    Add hidden config to enable explicit stream creation in StreamAppender.

----


> Add hidden config to enable explicit stream creation in StreamAppender due to bug.
> ----------------------------------------------------------------------------------
>
>                 Key: SAMZA-1608
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1608
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Daniel Nishimura
>            Assignee: Daniel Nishimura
>            Priority: Major
>
> Explicitly creating the stream in StreamAppender intermittently causes a hang.



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