GitHub user garrettlish opened a pull request: https://github.com/apache/eagle/pull/864
[EAGLE-947] Publishers with same policy but different schema could produce duplicate alerts Assume that we have policy1 which have 2 kinds of output streams, one is stream1 and another is stream2. If publisher1 is configured for policy1 and stream1, and publisher2 is configured for policy1 and stream2, current code will produce 2 alerts for either stream1 or stream2. 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/eagle/pull/864.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 #864 ---- commit c51fa7c0b3bc8b82a8b1efb501bf97d7ea1d43fb Author: Xiancheng Li <xiancheng...@ebay.com> Date: 2017-03-10T03:49:16Z [EAGLE-947] Publishers with same policy but different schema could produce duplicate alerts Assume that we have policy1 which have 2 kinds of output streams, one is stream1 and another is stream2. If publisher1 is configured for policy1 and stream1, and publisher2 is configured for policy1 and stream2, current code will produce 2 alerts for either stream1 or stream2. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---