【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
【资源配置】高配
【附件:截图/日志/监控】
tiup cluster display 集群名
发现tiflash突然down
以下是日志信息:
tiflash1.log (194.0 KB)
tiflash_error1.log (327.8 KB)
请求大神帮忙分析下原因,谢谢
【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
【资源配置】高配
【附件:截图/日志/监控】
tiup cluster display 集群名
发现tiflash突然down
以下是日志信息:
tiflash1.log (194.0 KB)
tiflash_error1.log (327.8 KB)
请求大神帮忙分析下原因,谢谢
如果您发现 TiFlash 突然 down,可以使用 tiup cluster display
命令来查看 TiFlash 的状态,具体操作步骤如下:
执行以下命令查看集群状态:
tiup cluster display <cluster-name>
其中,<cluster-name>
是您部署的 TiDB 集群的名称。
查看 TiFlash 的状态:
在 tiup cluster display
命令的输出中,可以找到 TiFlash 的状态信息。例如:
TiFlash:
Cluster type: standalone
Cluster version: v4.0.0
Dashboard URL: http://<ip>:<port>
Log path: /data1/deploy/tiflash-9000/log/tiflash.log
Last started: N/A
Last stopped: 2021-01-01 00:00:00
Total replicas: 0
Replicas: N/A
Data dir: /data1/deploy/tiflash-9000/data
Deploy dir: /data1/deploy/tiflash-9000
Log dir: /data1/deploy/tiflash-9000/log
Resource control: N/A
Process Status:
tiflash: Down
在上面的输出中,可以看到 TiFlash 的状态为 Down,表示 TiFlash 当前处于 down 状态。
查看 TiFlash 的日志:
如果 TiFlash 突然 down,可以查看 TiFlash 的日志来了解具体的错误信息。在上面的输出中,可以找到 TiFlash 的日志路径,例如 /data1/deploy/tiflash-9000/log/tiflash.log
,可以使用 tail
命令查看 TiFlash 的日志:
tail -f /data1/deploy/tiflash-9000/log/tiflash.log
在日志中查找错误信息,可以帮助您找到 TiFlash down 的原因。
这是在原有集群的环境上搭建的7.1新集群?
tiup cluster restart -N 10.209.229.44:9000
发现alter table event_analyze SET TIFLASH REPLICA 1;这个表后
过一会,就会disconnect
有找到原因么