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/07/05 04:07:56 UTC

[GitHub] [airflow] uranusjr opened a new pull request #16805: When a task instance fails with exception, log it

uranusjr opened a new pull request #16805:
URL: https://github.com/apache/airflow/pull/16805


   The previous `exception()` call looks at `sys.exc_info()` for the active exception, but since the failure handler is not in a Python exception handling context, it fails to actually log the exception. This is 
   amended by passing in the exception instance explicitly, which is a valid argument type according to logging's documentation.
   
   Fix #16564.


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



[GitHub] [airflow] potiuk merged pull request #16805: When a task instance fails with exception, log it

Posted by GitBox <gi...@apache.org>.
potiuk merged pull request #16805:
URL: https://github.com/apache/airflow/pull/16805


   


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



[GitHub] [airflow] github-actions[bot] commented on pull request #16805: When a task instance fails with exception, log it

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #16805:
URL: https://github.com/apache/airflow/pull/16805#issuecomment-874705082


   The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.


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



[GitHub] [airflow] potiuk commented on pull request #16805: When a task instance fails with exception, log it

Posted by GitBox <gi...@apache.org>.
potiuk commented on pull request #16805:
URL: https://github.com/apache/airflow/pull/16805#issuecomment-908175849


   Likely in 2.2 (which should be out in less than a month I believe)


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



[GitHub] [airflow] acarmisc commented on pull request #16805: When a task instance fails with exception, log it

Posted by GitBox <gi...@apache.org>.
acarmisc commented on pull request #16805:
URL: https://github.com/apache/airflow/pull/16805#issuecomment-908104148


   Hi guys. Do you have any idea of the release date of this fix? thanks


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