From 95f70b4eafa174196972895ed51c398e82fdec77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Mon, 3 Aug 2026 10:09:50 +0200 Subject: [PATCH 1/2] chore: add known issue to 26.7 release --- modules/ROOT/partials/release-notes/release-26.7.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/partials/release-notes/release-26.7.adoc b/modules/ROOT/partials/release-notes/release-26.7.adoc index afc2d728a..8d5acfb57 100644 --- a/modules/ROOT/partials/release-notes/release-26.7.adoc +++ b/modules/ROOT/partials/release-notes/release-26.7.adoc @@ -619,5 +619,10 @@ The operators are installed directly, without adding the Helm Chart repository f helm install --wait -operator oci://oci.stackable.tech/sdp-charts/-operator --version 26.7.0 ---- -// [#known-issues-26_7_0] -// ==== Known issues +[#known-issues-26_7_0] +==== Known issues + +* Failed Apache Spark applications are reported as successful. + 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. + Until the fix is released, the driver logs must be checked to determine whether an application actually succeeded. + + Fixed in https://github.com/stackabletech/docker-images/pull/1595[docker-images#1595]. From 568e3fb1478753444e71fccf001a4aa4fdbbf2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Mon, 3 Aug 2026 10:20:11 +0200 Subject: [PATCH 2/2] chore: remove list --- modules/ROOT/partials/release-notes/release-26.7.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/partials/release-notes/release-26.7.adoc b/modules/ROOT/partials/release-notes/release-26.7.adoc index 8d5acfb57..a668f3261 100644 --- a/modules/ROOT/partials/release-notes/release-26.7.adoc +++ b/modules/ROOT/partials/release-notes/release-26.7.adoc @@ -622,7 +622,7 @@ helm install --wait -operator oci://oci.stackable.tech/sdp-charts/