【 TiDB 使用环境】测试
【 TiDB 版本】v6.5.10
【复现路径】做过哪些操作出现的问题
【遇到的问题:Error:failed to start tiflash: failed to start: x.x.x.x tiflash-9000.service,please check the instance’s log(/tidb-deploy/tiflash-9000/log) for more detail.: timed out waiting for port 3930 to be started after 2m0s
查看/tidb-deploy/tiflash-9000/log/tiflash_stderr.log
里面全都是以下提示
Fail to check CPU flags: avx2
not supported. Require avx2 popcnt movbe
.
Fail to check CPU flags: avx2
not supported. Require avx2 popcnt movbe
.
Fail to check CPU flags: avx2
not supported. Require avx2 popcnt movbe
.
Fail to check CPU flags: avx2
not supported. Require avx2 popcnt movbe
.
Fail to check CPU flags: avx2
not supported. Require avx2 popcnt movbe
.
Fail to check CPU flags: avx2
not supported. Require avx2 popcnt movbe
.
…
百度了一下好像是cpu不支持指令集,我是在公司的测试环境用tiup安装部署的的,用的是虚拟机,网上有说可以跳过cpu检查,不知道有没有大神遇到过,有没有解决方法?