【问题分类】错误码处理

【关键字】yasql,00413

【问题描述】使用工具设置不同并发迁移数据的过程中,导致yasql登录报错:YAS-00413 wait for receive timeout

【问题原因分析】工具使用与数据库使 用资源超过了操作系统配置参数设置

【解决/规避方法】

查看操作系统yashan用户当前打开文件文件数

lsof | grep yashan | wc -l
  • 1.

查看文件并确认“nofile”与“noproc”参数配置,/etc/security/limits.conf(如下是示例)

* soft nofile 65536
* hard nofile 65536
* soft nproc 65536
* hard nproc 65536
  • 1.
  • 2.
  • 3.
  • 4.

崖山用户执行ulimit -a 确认“max user processes”与“open files”参数大小是否修正

【影响范围】所有版本

【修复版本】所有版本