rdhabalia opened a new pull request #4280: [pulsar-storm] add more metrics to 
troubleshoot spout throughput
URL: https://github.com/apache/pulsar/pull/4280
 
 
   ### Motivation
   
   Many time user sees lower throughput in pulsar-spout even though standalone 
consumer can consume such msgRate easily. It would be hard to debug user's 
topology without enough information so, adding two metrics which can impact 
spout throughput.
   - number of message filed: spout sleeps when it sees failed message so, it's 
important to have visibility of that count
   - number of times spout-thread not found the message in queue: spout 
topology internally sleeps if it doesn't see any emitted tuple in collector 
after triggering `nextTuple()` api.
   
   This metrics gives more visibility about consumer throughput.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to