Skip to content

Commit

Permalink
do not remove
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Nov 26, 2024
1 parent a08e68c commit 25d57b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ private[celeborn] class Worker(
private def handleTopResourceConsumption(userResourceConsumptions: util.Map[
UserIdentifier,
ResourceConsumption]): Unit = {
// Remove application top resource consumption gauges to refresh top resource consumption metrics.
removeAppResourceConsumption(topApplicationUserIdentifiers.keySet().asScala)
// Top resource consumption is determined by diskBytesWritten+hdfsBytesWritten.
userResourceConsumptions.asScala.filter(userResourceConsumption =>
CollectionUtils.isNotEmpty(userResourceConsumption._2.subResourceConsumptions))
Expand Down

0 comments on commit 25d57b3

Please sign in to comment.