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/09/10 17:51:28 UTC

[GitHub] [airflow] yavuzmester edited a comment on issue #17507: Task processes killed with WARNING - Recorded pid does not match the current pid

yavuzmester edited a comment on issue #17507:
URL: https://github.com/apache/airflow/issues/17507#issuecomment-917007634


   I am using BashOperator with run_as_user. For me I think it is related to the `eval` line I have in my bash script. Because I got the error just after the `eval` line executes.
   Previously I tried a workaround, thought that it worked but seems the issue is still there. So deleted that comment not to create confusion.
   
   UPDATE: I was getting the error on the first eval usage. I replaced my eval usage with ${…} but this time I got the error after second such usage. I think I will downgrade to 2.1.2.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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