简体   繁体   English

Airflow 调度程序停止异常

[英]Airflow scheduler stops with exception

I have attached the error message along the question我在问题中附上了错误消息

ERROR - Exception when executing SchedulerJob._run_scheduler_loop
Traceback (most recent call last):
  File "/home/centos/env_airflow/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context
    cursor, statement, parameters, context
  File "/home/centos/env_airflow/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 608, in do_execute
    cursor.execute(statement, parameters)
psycopg2.OperationalError: server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.

The PostgreSQL database server closed the connection unexpectedly. PostgreSQL 数据库服务器意外关闭了连接。 Look into the PostgreSQL log file for an explanation.查看 PostgreSQL 日志文件以获得解释。

There you will either find an error message that explains the reason, or you will find a similar message (unexpected connection loss), which would indicate that a malicious firewall or router is interrupted the network connection.在那里,您将找到解释原因的错误消息,或者您会找到类似的消息(意外连接丢失),这表明恶意防火墙或路由器中断了网络连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM