Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2762
I fixed the issues with backpressure. It turns out that the system bolt
was reporting backpressure too. So I updated the code to filter it out on the
sending side, but to deal with the error appropriately on the receiving side.---
