rmcyang commented on code in PR #39725: URL: https://github.com/apache/spark/pull/39725#discussion_r1088338506
########## docs/monitoring.md: ########## @@ -1433,8 +1433,9 @@ Note: applies to the shuffle service - deferredBlocks - the number of the current deferred block parts buffered in memory - deferredBlockBytes - the size of the current deferred block parts buffered in memory - staleBlockPushes - the number of stale shuffle block push requests -- ignoredBlockBytes - the size of the pushed block data that are ignored after the shuffle - file is finalized or when a request is for a duplicate block +- ignoredBlockBytes - the size of the pushed block data that are ignored. The pushed block data are + considered as ignored for these cases: 1. received after the shuffle file is finalized; 2. when a + request is for a duplicate block; 3. the part that ESS failed to write. Review Comment: Thanks for the suggestion, also trimmed a little bit for other metrics above to be consistent :-) -- 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]
