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/02/17 09:01:14 UTC

[GitHub] [airflow] JavierLopezT opened a new issue #14270: Specify that exit code -9 is due to RAM

JavierLopezT opened a new issue #14270:
URL: https://github.com/apache/airflow/issues/14270


   Related to https://github.com/apache/airflow/issues/9655
   
   It would be nice to add a message when you get this error with some info, like 'This probably is because a lack of RAM' or something like that. 
   
   I have found the code where the -9 is assigned but have no idea how to add a logging message. 
   
           self.process = None
   
           if self._rc is None:
               # Something else reaped it before we had a chance, so let's just "guess" at an error code.
               self._rc = -9


----------------------------------------------------------------
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] dimberman closed issue #14270: Specify that exit code -9 is due to RAM

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


   


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