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 2019/04/26 04:47:29 UTC

[GitHub] [airflow] zhongjiajie commented on issue #5118: [AIRFLOW-4315] Add monitoring API's to airflow

zhongjiajie commented on issue #5118: [AIRFLOW-4315] Add monitoring API's to airflow
URL: https://github.com/apache/airflow/pull/5118#issuecomment-486924231
 
 
   @raviagarwalunravel FYI
   Error log like below
   ```
   Traceback (most recent call last):
     File "/app/.tox/py35-backend_sqlite-env_docker/bin/airflow", line 7, in <module>
       exec(compile(f.read(), __file__, 'exec'))
     File "/app/airflow/bin/airflow", line 32, in <module>
       args.func(args)
     File "/app/airflow/utils/cli.py", line 73, in wrapper
       return f(*args, **kwargs)
     File "/app/airflow/bin/cli.py", line 522, in run
       _run(args, dag, ti)
     File "/app/airflow/bin/cli.py", line 435, in _run
       run_job.run()
     File "/app/airflow/jobs.py", line 206, in run
       self._execute()
     File "/app/airflow/jobs.py", line 2639, in _execute
       self.on_kill()
     File "/app/airflow/jobs.py", line 2642, in on_kill
       self.task_runner.terminate()
     File "/app/airflow/task/task_runner/standard_task_runner.py", line 41, in terminate
       reap_process_group(self.process.pid, self.log)
     File "/app/airflow/utils/helpers.py", line 276, in reap_process_group
       os.killpg(os.getpgid(pid), sig)
   PermissionError: [Errno 1] Operation not permitted
   userdel: airflow_test_user mail spool (/var/mail/airflow_test_user) not found
   ```
   Found out you don't change code in CI, so I think maybe a flaky test, you should using git force-push to restart CI

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


With regards,
Apache Git Services