GitHub user RalphSu opened a pull request: https://github.com/apache/incubator-eagle/pull/548
EAGLE-660 : Stream delete mongo implementation is not working The streamDefiniton use streamId instead of name, while the delete stream use "name" to find and delete, this cause the delete stream failed. Add and update stream is ok. Reporter: Li, Garrett Author: Li, Garrett Reviewer: ralphsu You can merge this pull request into a Git repository by running: $ git pull https://github.com/RalphSu/incubator-eagle master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-eagle/pull/548.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 #548 ---- commit fd3966d0405cb96ae356301d121dc6f0810f1e5b Author: Ralph, Su <suliang...@gmail.com> Date: 2016-10-21T09:04:59Z EAGLE-660 : Stream delete mongo implementation is not working Reporter: Li, Garrett Author: Li, Garrett Reviewer: ralphsu ---- --- 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. ---