GreenPlum优化参数之数据库参数gp_interconnect_tcp_listener_backlog和操作系统内核参数net.core.somaxconn调优 SetupTCPInterconnect: too many expected incoming connections(352), Interconnect setup might possibly fail

0    216    2

Tags:

👉 本文共约511个字,系统预计阅读时间或需2分钟。

现象

使用Navicat做了一个比较大的SQL查询,由多个union all组成,结果报警告:

WARNING: SetupTCPInterconnect: too many expected incoming connections(352), Interconnect setup might possibly fail (seg4 slice41 192.10.26.101:6000 pid=72434)
HINT: Try enlarging the gp_interconnect_tcp_listener_backlog GUC value and OS net.core.somaxconn parameter

但是,并不影响执行结果,可以正常获取到结果。

分析

HINT提示很明显了,涉及OS内核参数net.core.somaxconn和数据库参数gp_interconnect_tcp_listener_backlog

这些参数是因为GP配置了tcp的内部网络连接导致的:

本人提供Oracle(OCP、OCM)、MySQL(OCP)、PostgreSQL(PGCA、PGCE、PGCM)等数据库的培训和考证业务,私聊QQ646634621或微信dbaup66,谢谢!
AiDBA后续精彩内容已被站长无情隐藏,请输入验证码解锁本文!
验证码:
获取验证码: 请先关注本站微信公众号,然后回复“验证码”,获取验证码。在微信里搜索“AiDBA”或者“dbaup6”或者微信扫描右侧二维码都可以关注本站微信公众号。

标签:

Avatar photo

小麦苗

学习或考证,均可联系麦老师,请加微信db_bao或QQ646634621

您可能还喜欢...

发表回复