failed to start tiflash

【 TiDB 使用环境】生产环境 or 测试环境 or POC
【 TiDB 版本】
【遇到的问题】failed to start tiflash
【复现路径】做过哪些操作出现的问题
环境:物理机,centos8.2,tidb-community-server-v6.0.0-linux-amd64.tar
tiup cluster start tidb-test --init
Error: failed to start tiflash: failed to start: 127.0.0.1 tiflash-9000.service
日志:
Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Exception: Cannot set max size of core file to 1073741824, e.what() = Exception

手动执行ok:ulimit -c 1073741824
将tiflash中代码if (setrlimit(RLIMIT_CORE, &rlim))单独编译执行也ok
【问题现象及影响】

【附件】 相关日志及监控(https://metricstool.pingcap.com/)


若提问为性能优化、故障排查类问题,请下载脚本运行。终端输出的打印结果,请务必全选并复制粘贴上传。

vi /etc/systemd/system/tiflash-9000.service
[Service]
LimitCORE=infinity

vi /etc/systemd/system.conf
DefaultLimitCORE=infinity
systemctl daemon-reload
以及检查/etc/systemd/user.conf有没有配置

后面是检查方法?问题是解决了还是没有?

在/etc/systemd/system.conf中设置DefaultLimitCORE=infinity后解决了

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。