adarshsanjeev commented on PR #13909: URL: https://github.com/apache/druid/pull/13909#issuecomment-1477411756
I think the rowsPushed metrics makes sense. One thing I want to mention is that the push to deep storage happens in the same function shortly after. So, in a lot of cases, rowsMerged would equal rowsPushed (like in a local deployment). This would probably help with being able to tell from just the counters that the appenderator is stuck in retry pushing the segment to deep storage, so that would be neat! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
