gianm commented on code in PR #19451: URL: https://github.com/apache/druid/pull/19451#discussion_r3228323392
########## server/src/main/java/org/apache/druid/segment/loading/StorageLocationStats.java: ########## @@ -27,12 +27,25 @@ public interface StorageLocationStats long getUsedBytes(); /** - * Number of load operations during the measurement period + * Number of load operations that were started (space reserved) during the measurement period. This is incremented + * when the load begins, regardless of whether it ultimately completes. + */ + long getLoadBeginCount(); Review Comment: This isn't meant to be a stable interface. -- 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]
