气流 [Errno 104] 对等方重置连接

Posted

技术标签:

【中文标题】气流 [Errno 104] 对等方重置连接【英文标题】:Ariflow [Errno 104] Connection reset by peer 【发布时间】:2018-05-22 12:39:42 【问题描述】:

在我尝试运行其中一个 dag 之后,当它产生此错误时,我正在尝试通过命令“气流调度程序”运行任务。

Traceback (most recent call last):
File "/usr/local/bin/airflow", line 28, in <module>
args.func(args)
File "/usr/local/lib/python3.5/dist-packages/airflow/bin/cli.py", line 839, in scheduler
job.run()
File "/usr/local/lib/python3.5/dist-packages/airflow/jobs.py", line 200, in run
self._execute()
File "/usr/local/lib/python3.5/dist-packages/airflow/jobs.py", line 1309, in _execute
self._execute_helper(processor_manager)
File "/usr/local/lib/python3.5/dist-packages/airflow/jobs.py", line 1441, in _execute_helper
self.executor.heartbeat()
File "/usr/local/lib/python3.5/dist-packages/airflow/executors/base_executor.py", line 132, in heartbeat
self.sync()
File "/usr/local/lib/python3.5/dist-packages/airflow/executors/celery_executor.py", line 88, in sync
state = async.state
File "/home/userName/.local/lib/python3.5/site-packages/celery/result.py", line 436, in state
return self._get_task_meta()['status']
File "/home/userName/.local/lib/python3.5/site-packages/celery/result.py", line 375, in _get_task_meta
return self._maybe_set_cache(self.backend.get_task_meta(self.id))
File "/home/userName/.local/lib/python3.5/site-packages/celery/backends/amqp.py", line 156, in get_task_meta
binding.declare()
File "/home/userName/.local/lib/python3.5/site-packages/kombu/entity.py", line 605, in declare
self._create_queue(nowait=nowait, channel=channel)
File "/home/userName/.local/lib/python3.5/site-packages/kombu/entity.py", line 614, in _create_queue
self.queue_declare(nowait=nowait, passive=False, channel=channel)
File "/home/userName/.local/lib/python3.5/site-packages/kombu/entity.py", line 649, in queue_declare
nowait=nowait,
 File "/home/userName/.local/lib/python3.5/site-packages/amqp/channel.py", line 1147, in queue_declare
nowait, arguments),
File "/home/userName/.local/lib/python3.5/site-packages/amqp/abstract_channel.py", line 50, in send_method
conn.frame_writer(1, self.channel_id, sig, args, content)
File "/home/userName/.local/lib/python3.5/site-packages/amqp/method_framing.py", line 166, in write_frame
write(view[:offset])
File "/home/userName/.local/lib/python3.5/site-packages/amqp/transport.py", line 258, in write
self._write(s)
**ConnectionResetError: [Errno 104] Connection reset by peer**

我使用 Python 3.5、Airflow 1.8、Celery 4.1.0 和 RabbitMQ 3.5.7 作为工作人员: 看起来我在 RabbitMQ 上遇到了问题,但我无法弄清楚原因。

【问题讨论】:

你有没有想过这个问题?有同样的问题。 @trejas 我们之前没有解决这个问题。建议的解决方案如下。 issues.apache.org/jira/browse/AIRFLOW-342 可能会有所帮助。对于我们来说,我们将代理更改为 SQL 而不是 Rabbitmq 【参考方案1】:

报告的错误似乎是已识别的错误solved in Airflow 1.10.0。

【讨论】:

【参考方案2】:

有同样的问题。

您的 dag 包含对服务器的许多 API 调用,并且您的气流调度程序有一个限制,一次没有特定数量的请求要遵守,但您应该反复试验以找到适用的数量您的气流环境。通常发生在您的 dag 有 n 个要同时运行的任务时。

答案中声称的任何更新都无法解决此问题,即使我使用的是最新版本,我也会收到错误消息。

【讨论】:

以上是关于气流 [Errno 104] 对等方重置连接的主要内容,如果未能解决你的问题,请参考以下文章

django errno 104 连接被对等方重置

Python socket.error:[Errno 104] 对等方重置连接

芹菜错误“对等方重置连接”

在 docker 和 ubuntu 中从上游读取响应标头时失败(104:对等方重置连接)

http 403 错误 +“readv() 在读取上游时失败(104:对等方重置连接)”

从上游读取响应头时失败(104:由对等方重置连接)