You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/26 16:14:00 UTC

[jira] [Commented] (AIRFLOW-5850) Make DockerSwarmOperator capture task logs

    [ https://issues.apache.org/jira/browse/AIRFLOW-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092766#comment-17092766 ] 

ASF subversion and git services commented on AIRFLOW-5850:
----------------------------------------------------------

Commit 3237c7e31d008f73e6ba0ecc1f2331c7c80f0e17 in airflow's branch refs/heads/master from Akshesh Doshi
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=3237c7e ]

[AIRFLOW-5850] Capture task logs in DockerSwarmOperator (#6552)

* [AIRFLOW-5850] Capture task logs in DockerSwarmOperator

* [AIRFLOW-5850] Fix the mock in the docker swarm tests

* [AIRFLOW-5850] Squash me: Remove nested blocks in docker swarm operator

> Make DockerSwarmOperator capture task logs
> ------------------------------------------
>
>                 Key: AIRFLOW-5850
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5850
>             Project: Apache Airflow
>          Issue Type: Wish
>          Components: contrib, operators
>    Affects Versions: 1.10.6
>         Environment: Reproducible everywhere since missing feature - Tested via puckel/airflow:latest
>            Reporter: Henning Redestig
>            Assignee: Akshesh Doshi
>            Priority: Major
>              Labels: docker, orchestration, swarm
>             Fix For: 2.0.0
>
>
> contrib.operators.DockerSwarmOperator gives output on task starting and exiting but does not capture the logs from the task.  E.g.
> [2019-11-04 16:27:30,337] \{{docker_swarm_operator.py:125}} INFO - Service started: \{'ID': 'mxjn03sm32kfm8bcczs4qw6tu'}
> \## the task outputs logs here but they do not show up in the webapp..
> [2019-11-04 16:27:32,909] \{{docker_swarm_operator.py:136}} INFO - Service status before exiting: complete
> [2019-11-04 16:27:37,298] \{{logging_mixin.py:95}} INFO - [2019-11-04 16:27:37,298] 
> local_task_job.py:105}} INFO - Task exited with return code 0
>  Also discussed in https://github.com/apache/airflow/pull/5489



--
This message was sent by Atlassian Jira
(v8.3.4#803005)