You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/07 07:48:45 UTC

[GitHub] [airflow] doron8cohen opened a new issue #13532: In DockerOperator the parameter auto_remove doesn't work in

doron8cohen opened a new issue #13532:
URL: https://github.com/apache/airflow/issues/13532


   When setting DockerOperator with auto_remove=True in airflow version 2.0.0 the container remain in the container list if it was finished with 'Exited (1)'


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #13532: In DockerOperator the parameter auto_remove doesn't work in

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #13532:
URL: https://github.com/apache/airflow/issues/13532


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #13532: In DockerOperator the parameter auto_remove doesn't work in

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #13532:
URL: https://github.com/apache/airflow/issues/13532#issuecomment-763192250


   Was it working for you in previous Airflow versions?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] doron8cohen commented on issue #13532: In DockerOperator the parameter auto_remove doesn't work in

Posted by GitBox <gi...@apache.org>.
doron8cohen commented on issue #13532:
URL: https://github.com/apache/airflow/issues/13532#issuecomment-770439079


   i haven't seen it until now... thanks for the fix!
   
   On Wed, Jan 20, 2021 at 12:47 AM Kaxil Naik <no...@github.com>
   wrote:
   
   > Was it working for you in previous Airflow versions?
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/airflow/issues/13532#issuecomment-763192250>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AOB6SJT5UO762FSW4UKMNYDS2YDXRANCNFSM4VYTLPXQ>
   > .
   >
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] artful88533 commented on issue #13532: In DockerOperator the parameter auto_remove doesn't work in

Posted by GitBox <gi...@apache.org>.
artful88533 commented on issue #13532:
URL: https://github.com/apache/airflow/issues/13532#issuecomment-841611847


   @kaxil Hello!
   I have upgraded Airflow from 1.10.15 to 2.0.2 and faced with a similar problem.
   In version 1.10.15 when task is marked by hands as Failed, docker container is automatically removed.
   In version 2.0.2 when task is marked by hands as Failed, docker container isn’t automatically removed.
   Parameter  auto_remove=True  is present.
   From docker inspect:
   ```
               "ExitCode": 137,
   ```
   Is it possible to automatically remove the container if task is marked by hands as Failed?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #13532: In DockerOperator the parameter auto_remove doesn't work in

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #13532:
URL: https://github.com/apache/airflow/issues/13532#issuecomment-755947805


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil edited a comment on issue #13532: In DockerOperator the parameter auto_remove doesn't work in

Posted by GitBox <gi...@apache.org>.
kaxil edited a comment on issue #13532:
URL: https://github.com/apache/airflow/issues/13532#issuecomment-763192250


   Was it working for you in previous Airflow versions?
   
   And please provider reproduction steps too


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org