文档

Quick BI图表查询报错“Max requests queued per destination 1024 exceeded for HttpDestination”

更新时间:
一键部署

问题描述

仪表板中图表查询失败,报错信息显示如下:

解决方案

该报错为当前数据库连接数超出了默认的限制。需要检查数据库服务端连接进程的状态,或根据如下方法调节连接数限制。

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

适用于

  • Quick BI-仪表板
  • 本页导读
文档反馈