Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-09-06 Thread via GitHub
github-actions[bot] commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2334963241 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-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-05-28 Thread via GitHub
imtzer commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2136582410 > > after other resource > > "It seems that the reason 'after other resource' is not printed out is due to the client being OOM and exiting. Have you tried increasing the memory of

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-05-28 Thread via GitHub
liangyouze commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2136544299 > after other resource "It seems that the reason 'after other resource' is not printed out is due to the client being OOM and exiting. Have you tried increasing the memory of th

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-05-24 Thread via GitHub
imtzer commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2129285181 > > same problem when using spark operator, it's weird why the code does not throw anything when configmap is not created > > When using spark-submit, there is no error output in the

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-05-24 Thread via GitHub
liangyouze commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2128884766 > same problem when using spark operator, it's weird why the code does not throw anything when configmap is not created When using spark-submit, there is no output in the console

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-05-24 Thread via GitHub
imtzer commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2128862019 Hi @liangyouze, I met the same issuse, I like to know if the problem occurs in using spark operator or spark-submit directly, is there anything in consle output? -- This is an automate

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-05-10 Thread via GitHub
imtzer commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2105600478 same problem when using spark operator, it's weird why the code does not throw anything when configmap is not created -- This is an automated message from the Apache Git Service. To resp

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-23 Thread via GitHub
beliefer commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2071740391 It seems you hit some bug of K8s or the using issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-22 Thread via GitHub
liangyouze commented on PR #45911: URL: https://github.com/apache/spark/pull/45911#issuecomment-2071259936 > Thank you for making a PR, but I'm not sure if this is a right layer to do. For me, it sounds like you are hitting your K8s cluster issue or K8s client library issue. Could you elabo

[PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-06 Thread via GitHub
liangyouze opened a new pull request, #45911: URL: https://github.com/apache/spark/pull/45911 ### What changes were proposed in this pull request? add retry config when creating Kubernetes resources. ### Why are the changes needed? When creating Kubernetes resourc

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-03 Thread via GitHub
liangyouze commented on PR #45848: URL: https://github.com/apache/spark/pull/45848#issuecomment-2034493986 > I read the content in [SPARK-44050](https://issues.apache.org/jira/browse/SPARK-44050), but only the phenomenon was supplied, no root cause. > > > ... when creating resources

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-03 Thread via GitHub
pan3793 commented on PR #45848: URL: https://github.com/apache/spark/pull/45848#issuecomment-2034436250 I read the content in [SPARK-44050](https://issues.apache.org/jira/browse/SPARK-44050), but only the phenomenon was supplied, no root cause. > ... when creating resources like conf

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-03 Thread via GitHub
liangyouze commented on PR #45848: URL: https://github.com/apache/spark/pull/45848#issuecomment-2034422508 > > ... resources such as ConfigMap cannot be successfully created > > Could u please elaborate more about the root causes? And how to classify the retryable error and permanent

Re: [PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-03 Thread via GitHub
pan3793 commented on PR #45848: URL: https://github.com/apache/spark/pull/45848#issuecomment-2034389401 > ... resources such as ConfigMap cannot be successfully created Could u please elaborate more about the root causes? And how to classify the retryable error and permanent error.

[PR] [SPARK-44050][K8S]add retry config when creating Kubernetes resources. [spark]

2024-04-03 Thread via GitHub
liangyouze opened a new pull request, #45848: URL: https://github.com/apache/spark/pull/45848 ### What changes were proposed in this pull request? add retry config when creating Kubernetes resources. ### Why are the changes needed? When creating Kubernetes resourc