Re: [PR] [SPARK-41954][CORE] Add isDecommissioned in ExecutorDeadException [spark]

2024-04-14 Thread via GitHub
github-actions[bot] closed pull request #43475: [SPARK-41954][CORE] Add isDecommissioned in ExecutorDeadException URL: https://github.com/apache/spark/pull/43475 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [SPARK-41954][CORE] Add isDecommissioned in ExecutorDeadException [spark]

2024-04-13 Thread via GitHub
github-actions[bot] commented on PR #43475: URL: https://github.com/apache/spark/pull/43475#issuecomment-2053816422 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

Re: [PR] [SPARK-41954][CORE] Add isDecommissioned in ExecutorDeadException [spark]

2024-01-03 Thread via GitHub
mridulm commented on PR #43475: URL: https://github.com/apache/spark/pull/43475#issuecomment-1876581298 Will let @dongjoon-hyun review this as he has more context. One comment though, there is only addition to `decommissionedExecutorIdSet`, no removal - and so essentially will be a

Re: [PR] [SPARK-41954][CORE] Add isDecommissioned in ExecutorDeadException [spark]

2023-12-25 Thread via GitHub
warrenzhu25 commented on PR #43475: URL: https://github.com/apache/spark/pull/43475#issuecomment-1869054134 @dongjoon-hyun @mridulm Help take a look? -- 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

[PR] [SPARK-41954][CORE] Add isDecommissioned in ExecutorDeadException [spark]

2023-10-21 Thread via GitHub
warrenzhu25 opened a new pull request, #43475: URL: https://github.com/apache/spark/pull/43475 ### What changes were proposed in this pull request? When one executor is dead, we want to know whether this dead executor is caused by decommission.  ### Why are the changes needed?