Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver doesn`t restart on failure #2348

Open
Nearyou46 opened this issue Dec 5, 2024 · 0 comments
Open

driver doesn`t restart on failure #2348

Nearyou46 opened this issue Dec 5, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@Nearyou46
Copy link

What happened?

driver doesn`t restart on failure. I set a restart policy for the kind: spark application
apiVersion: "sparkoperator.k8s.io/v1beta2"
kind: SparkApplication
metadata:
name: spark-app
namespace: dev
spec:
type: Python
mode: cluster
image: "registry.gitlab.com"
imagePullPolicy: Always
mainApplicationFile: "local:///opt/spark/work-dir/main.py"
sparkVersion: "3.5.2"
restartPolicy:
type: Always
onFailureRetries: 5
onFailureRetryInterval: 90
onSubmissionFailureRetries: 5
onSubmissionFailureRetryInterval: 90

.......

Reproduction Code

No response

Expected behavior

No response

Actual behavior

No response

Environment & Versions

  • Kubernetes Version:
  • Spark Operator Version:
  • Apache Spark Version:

Additional context

No response

Impacted by this bug?

Give it a 👍 We prioritize the issues with most 👍

@Nearyou46 Nearyou46 added the kind/bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant