dongjoon-hyun commented on PR #38441: URL: https://github.com/apache/spark/pull/38441#issuecomment-1297666647
Could you explain how it can prevent your problem completely? That sounds still greedy and best-effort approach to mitigate your issue. > What I mean is something like below, the memory added is constant regardless of cluster size. @dongjoon-hyun > > ``` > // limit the set size to 100 or 1000 > val executorsRemovedDueToDecom = new HashSet[String] > > executorsPendingDecommission.remove(executorId) > executorsRemovedDueToDecom.add(executorId) > ``` -- 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]
