Skip to content

Commit dc85452

Browse files
committed
chore(release-26-7): Known issue Airflow 3.2.2 (#915)
1 parent 53d732b commit dc85452

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,12 @@ helm install --wait <PRODUCT>-operator oci://oci.stackable.tech/sdp-charts/<PROD
623623
[#known-issues-26_7_0]
624624
==== Known issues
625625

626-
Failed Apache Spark applications are reported as successful.
627-
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.
628-
Until the fix is released, the driver logs must be checked to determine whether an application actually succeeded.
629-
Fixed in https://github.com/stackabletech/docker-images/pull/1595[docker-images#1595].
626+
* Failed Apache Spark applications are reported as successful.
627+
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.
628+
Until the fix is released, the driver logs must be checked to determine whether an application actually succeeded.
629+
Fixed in https://github.com/stackabletech/docker-images/pull/1595[docker-images#1595].
630+
* Using Apache Airflow 3.2.2 with Kubernetes executors can lead to a crashlooping scheduler.
631+
The scheduler crashloops if it was stopped while unfinished tasks were still present.
632+
To recover, the offending records must be updated in Airflow's database.
633+
This is described in https://github.com/apache/airflow/issues/67813[apache/airflow#67813] and fixed in https://github.com/apache/airflow/pull/67850[apache/airflow#67850].
634+
Until the fix is backported to 3.2.2, we recommend using Airflow 3.1.6 or 3.0.6 instead, or switching to Celery executors.

0 commit comments

Comments
 (0)