Hi,
I have attached a small .png file of part of my StormUI display that I need help understand. Under the header "Spouts", there is a row with the id "$mastercoord-bg0". My understanding is that this is the coordinator that determines if an entire batch failed, is this correct?
Under the header "Bolts", there is a row with the id "$spoutcoord-spout0". What is this, and what is emitted, transfered, and acked from this?
When looking at the numbers acked and emitted notice that no counts for failed have appeared under the Bolts heading, but only counts for failed appear under the "Spouts" heading. Is this an indicator that all functions/filters/etc. are probably working correctly but are timing out? What other causes would show that all emits are being Acked in the Bolts but all emitts are failing in the Spouts.
I am running storm 0.8.1. Thank you for the help.
-Ryan