You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by garrettlish <gi...@git.apache.org> on 2016/10/20 10:07:35 UTC

[GitHub] incubator-eagle pull request #541: EAGLE-648: Stream router does not work pr...

GitHub user garrettlish opened a pull request:

    https://github.com/apache/incubator-eagle/pull/541

    EAGLE-648: Stream router does not work properly sometimes

    Stream router does not work properly when multiple policies use the same input stream with the same partition definition. It is because stream router bolt output maintains a map of the route specs, but the key of the map is streamId + partition information. The monitor stream may override each other if the streamId and partition are the same.

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

    $ git pull https://github.com/garrettlish/incubator-eagle master

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

    https://github.com/apache/incubator-eagle/pull/541.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 #541
    
----
commit 21488410c091cd356a5e13f7b53c3ba2e51bcae1
Author: Xiancheng Li <xi...@ebay.com>
Date:   2016-10-20T10:06:38Z

    EAGLE-648: Stream router does not work properly sometimes

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle issue #541: EAGLE-648: Stream router does not work properly ...

Posted by RalphSu <gi...@git.apache.org>.
Github user RalphSu commented on the issue:

    https://github.com/apache/incubator-eagle/pull/541
  
    The Root cause is the stream router bolt bug miss a case that should be multiple policy references the same stream with same group (one of them is a multiple input stream policy).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request #541: EAGLE-648: Stream router does not work pr...

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

    https://github.com/apache/incubator-eagle/pull/541


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---