Github user d2r commented on the pull request:
https://github.com/apache/storm/pull/502#issuecomment-90618923
> I have a question. When we want to reflect PR into master and existing
branch, is it encouraged to make two PRs pointing for each branches, or just
one PR with cherry-pick?
I think we could cherry-pick, but either way you would have a new branch
before the code is merged in.
1) check out 0.10.x-branch
2) create new branch
3) cherry-pick change (test, etc...)
4) make pull request to apache 0.10.x-branch
I do not think we should cherry-pick commits directly to a branch without a
pull request, because it is a code change that should have a review.
@ptgoetz, any comment?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---