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 2020/05/09 01:28:06 UTC

[GitHub] [airflow] zsmeijin edited a comment on issue #8676: Task exited with return code 1 without any warning/error message after reboot server and restart service

zsmeijin edited a comment on issue #8676:
URL: https://github.com/apache/airflow/issues/8676#issuecomment-626074212


   I finally figure out how to reproduce this bug.
   
   When you config email in airflow.cfg and your dag contains email operator or use smtp serivce, if your smtp password contains character like "^", the first task of your dag will 100% exited with return code 1 without any error information, in my case the first task is merely a python operator.
   
   Although I think it's my bad to mess up smtp service, there should be some reasonable hints, actually it takes me a whole week to debug this, I have to reset everything in my airflow environment and slowly change configuration to see when does this bug happens.
   
   Hope this information is helpful


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