stackabletech / stackabletech/airflow-operator

Investigate and clarify logging [was: DAG logs are not persisted]

Aperta
#416 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@razvan ci sta già lavorando.

Dal 5/4/2024.

type/bug
Lingua principale
Rust
Stelle
32
Fork
6
Merge medio
1g 7h
PR unite (30g)
13

Descrizione

Update April 5th: @razvan hijacked this issue to add more clarifications to how logging works in Airflow in various circumstances. The documentation regarding logging is quite bare.

While investigating a CVE a couple of questions popped out that need clarification.

  • How/Where are logs written by the different roles/groups ?
  • How is the /stackable/airflow/log folder handled by the different roles (scheduler, executor, webserver) ? Why does it even contain files if we configure Airflow to write everything to /stackable/logs ?
  • How do the permissions of /stackable/logs come to be ? This folder is created multiple places:
    • the Pod command
    • log_config.py
  • ...

Following is the original request of this issue
DAG logs are ephemeral. When using the Kubernetes executor, they are only available on the executor pods and are lost when the pods are destroyed. This can be mitigated by the vector log collection infrastructure to save the logs to a remote system. The problem remains that the logs are not accessible via Airflow's web UI.

In addition, during tests it was found that the logs are not accessible in the Airflow web ui even while the executor pods are still alive. This is the bug aspect of this ticket that requires some more investigation.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.