You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/24 05:02:08 UTC

[GitHub] [spark] gengliangwang commented on pull request #34090: [SPARK-36827][CORE] Fix perf issue in AppStatusListener.cleanupStages

gengliangwang commented on pull request #34090:
URL: https://github.com/apache/spark/pull/34090#issuecomment-926347932


   @taroplus I was working on this as well yesterday.  https://github.com/apache/spark/pull/34092
   If we have to pull all the stage data out from KVStore, we should avoid calling `KVUtils.viewToSeq(view, countToDelete.toInt)` which will copy the stage data and perform sorting.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org