kfaraz commented on PR #16072: URL: https://github.com/apache/druid/pull/16072#issuecomment-1986708525
> i think they should not be reported as unavailable b/c that metric is supposed to be 0 during steady state Thanks, @georgew5656 , the steady state reasoning makes sense to me. @suneet-s , one use of this metric would be to find out if the number of segments that are not available for querying using the native engine. For example, if there are some segments that are available for querying from deep storage using MSQ, they would __not__ be counted towards the `unavailable/count`, but these would still not be available to the native engine. The new metric would thus be reported as non-zero for such cases. -- 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]
