Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix support for long dag_id and task_id in KubernetesExecutor #14703

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

jedcunningham
Copy link
Member

closes: #14326

The key used to remove a task from executor.running is reconstituted
from pod annotations, so make sure the full dag_id and task_id are in
the annotations.

The key used to remove a task from executor.running is reconstituted
from pod annotations, so make sure the full dag_id and task_id are in
the annotations.
@ashb ashb added this to the Airflow 2.0.2 milestone Mar 26, 2021
@ashb ashb merged commit b5e7ada into apache:master Mar 26, 2021
@ashb ashb deleted the long_task_id branch March 26, 2021 14:41
ashb pushed a commit that referenced this pull request Mar 26, 2021
The key used to remove a task from executor.running is reconstituted
from pod annotations, so make sure the full dag_id and task_id are in
the annotations.

(cherry picked from commit b5e7ada)
kaxil pushed a commit to astronomer/airflow that referenced this pull request Apr 12, 2021
…#14703)

The key used to remove a task from executor.running is reconstituted
from pod annotations, so make sure the full dag_id and task_id are in
the annotations.

(cherry picked from commit b5e7ada)
(cherry picked from commit ee1026f)
ashb pushed a commit that referenced this pull request Apr 15, 2021
The key used to remove a task from executor.running is reconstituted
from pod annotations, so make sure the full dag_id and task_id are in
the annotations.

(cherry picked from commit b5e7ada)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider:cncf-kubernetes Kubernetes provider related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task Instances stuck in "scheduled" state
2 participants