[
https://issues.apache.org/jira/browse/STORM-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14111229#comment-14111229
]
ASF GitHub Bot commented on STORM-433:
--------------------------------------
Github user nathanmarz commented on the pull request:
https://github.com/apache/incubator-storm/pull/236#issuecomment-53480325
A few things:
1. I made a comment about inserting a type hint to avoid reflection
2. To be clear, the only queue you're monitoring here is the receive queue
for executors?
3. I need to be convinced more that the interactions with the
DisruptorQueue are thread-safe. This is critical code, so we have to be extra
careful.
> Give users visibility to the depth of queues at each bolt
> ---------------------------------------------------------
>
> Key: STORM-433
> URL: https://issues.apache.org/jira/browse/STORM-433
> Project: Apache Storm (Incubating)
> Issue Type: Wish
> Reporter: Dane Hammer
> Priority: Minor
>
> I envision being able to browse the Storm UI and see where queues of tuples
> are backing up.
> Today if I see latencies increasing at a bolt, it may not be due to anything
> specific to that bolt, but that it is backed up behind an overwhelmed bolt
> (which has too low of parallelism or too high of latency).
> I would expect this could use sampling like the metrics reported to the UI
> today, and just retrieve data from netty about the state of the queues. I
> wouldn't imagine supporting zeromq on the first pass.
--
This message was sent by Atlassian JIRA
(v6.2#6252)