Commit 76b2766
committed
### What changes were proposed in this pull request?
This PR aims to increase `s.k.o.reconciler.foregroundRequestTimeoutSeconds` to `60s`.
### Why are the changes needed?
While testing on EKS clusters, `30s` timeout happens too frequently.
### Does this PR introduce _any_ user-facing change?
This only increases the timeout. `Spark Operator` will wait more instead of timing out.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #395 from dongjoon-hyun/SPARK-53983.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 67da720 commit 76b2766
File tree
2 files changed
+2
-2
lines changed- docs
- spark-operator/src/main/java/org/apache/spark/k8s/operator/config
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments