[ https://issues.apache.org/jira/browse/SPARK-34334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277460#comment-17277460 ]
Apache Spark commented on SPARK-34334: -------------------------------------- User 'attilapiros' has created a pull request for this issue: https://github.com/apache/spark/pull/31445 > ExecutorPodsAllocator fails to identify some excess requests during > downscaling > ------------------------------------------------------------------------------- > > Key: SPARK-34334 > URL: https://issues.apache.org/jira/browse/SPARK-34334 > Project: Spark > Issue Type: Bug > Components: Kubernetes > Affects Versions: 3.1.0, 3.2.0 > Reporter: Attila Zsolt Piros > Priority: Minor > > During downscaling there are two kinds of POD requests which can lead to POD > deletion as it is identified as excess requests by the dynamic allocation: > * timed out newly created POD requests (which even haven't reached the Pod > Pending state, yet) > * timed out pending pod requests > The current implementation fails to delete a timed out pending pod requests > when there are not enough timed out newly created POD requests to delete but > there are some non-timed out ones. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org