You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by rmatharu <gi...@git.apache.org> on 2018/10/16 01:07:36 UTC

[GitHub] samza pull request #731: Removing regex-input static-input exclusivity check

GitHub user rmatharu opened a pull request:

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

    Removing regex-input static-input exclusivity check

    This PR converts a hard-check that fails in case of regex-defined input if there is an overlap 
    between regex-input and task-input, to a warning. 
    
    Why?
    Because with Samza 1.0, rewrite is called multiple times to expand system descriptors, input descriptors, etc. This hard-check fails in this case causing deployment to stall.

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

    $ git pull https://github.com/rmatharu/samza regexcheck

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

    https://github.com/apache/samza/pull/731.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 #731
    
----
commit 0b959e41466868680b66d31a6ae341703e2f8c23
Author: rmatharu@linkedin.com <rm...@...>
Date:   2018-10-16T01:03:33Z

    Removing regex-input static-input exclusivity check

----


---

[GitHub] samza pull request #731: Removing regex-input static-input exclusivity check

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

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


---