Presto Max requests per destination 1024 exceeded for HttpDestination
Posted 光于前裕于后
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Presto Max requests per destination 1024 exceeded for HttpDestination相关的知识,希望对你有一定的参考价值。
该报错为当前Presto连接数超出了默认的限制,需要检查Presto服务端连接进程的状态,或者根据如下方法调节连接数限制。
for slave/worker:
sudo su -c 'echo "exchange.http-client.max-requests-queued-per-destination=5000
exchange.http-client.max-connections-per-server=5000" >> /etc/presto/conf/config.properties'
sudo restart presto-server
for master/node:
sudo su -c 'echo "scheduler.http-client.max-requests-queued-per-destination=5000
scheduler.http-client.max-connections-per-server=5000
exchange.http-client.max-requests-queued-per-destination=5000
exchange.http-client.max-connections-per-server=5000" >> /etc/presto/conf/config.properties'
sudo restart presto-server
以上是关于Presto Max requests per destination 1024 exceeded for HttpDestination的主要内容,如果未能解决你的问题,请参考以下文章
Presto Query 通过 ELB 报错“The plain HTTP request was sent to HTTPS”
`[react/jsx-max-props-per-line]` eslint 规则,复合设置
如何在 Hive 或 Presto 中将以下字典格式列转换为不同的格式?