Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2438
Could you clarify what the bug is here? I'm having trouble understanding
why this could cause issues. `waitingToEmit` is an iterator on a list that we
don't use for anything else, so I'm not clear on why we even need to call
`waitingToEmit.remove()`?---
