Skip to content

Commit 2984c72

Browse files
authored
chore: add known issue to 26.7 release (#910)
* chore: add known issue to 26.7 release * chore: remove list
1 parent bcddfd7 commit 2984c72

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

modules/ROOT/partials/release-notes/release-26.7.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,5 +619,10 @@ The operators are installed directly, without adding the Helm Chart repository f
619619
helm install --wait <PRODUCT>-operator oci://oci.stackable.tech/sdp-charts/<PRODUCT>-operator --version 26.7.0
620620
----
621621

622-
// [#known-issues-26_7_0]
623-
// ==== Known issues
622+
[#known-issues-26_7_0]
623+
==== Known issues
624+
625+
Failed Apache Spark applications are reported as successful.
626+
The entrypoint of the Spark images does not propagate the exit code of the Spark process, so the driver Pod always terminates with exit code `0` and the SparkApplication ends up in the `Succeeded` state even if the application failed.
627+
Until the fix is released, the driver logs must be checked to determine whether an application actually succeeded.
628+
Fixed in https://github.com/stackabletech/docker-images/pull/1595[docker-images#1595].

0 commit comments

Comments
 (0)