Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2241 @roshannaik The output collector is wrapped separately by each bolt so it will have no effect. https://github.com/apache/storm/blob/master/storm-client/src/jvm/org/apache/storm/topology/BasicBoltExecutor.java#L44 I am not saying that we cannot make the change. I just want us all to understand the consequences of these changes. Removing the synchronization from the shuffle grouping will make it so this is no longer a rolling upgrade. To me the cost just does not offset the reward for doing so.
--- 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. ---