Github user Ethanlm commented on the issue:
https://github.com/apache/storm/pull/2502
Hi, thanks for the great patch.
But I ran into some problems.
I ran
```
bin/storm jar storm-loadgen-*.jar
org.apache.storm.loadgen.ThroughputVsLatency --spouts 1 --splitters 2
--counters 1 -c topology.debug=true
```
on ResourceAwareScheduler and it's not working properly.
It looks like the __acker-executor was not able to receive messages from
spouts and bolts. And spouts and bolts continued to retry sending messages to
acker. It then led to another problem:
https://issues.apache.org/jira/browse/STORM-2970
I tried to run on the storm right before this merge and it works properly.
I then tried to run it on the storm right after this merge and this issue
appears.
Could you please verify? Thanks!
---