We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
此 issue 为 Debug TiDB Documentation: TiDB 中文文档测试说明・Issue #15772・pingcap/docs-cn 的 sub-issue,目的是为了测试和验证 TiDB 数据库快速上手指南 | PingCAP 文档中心 文档。
请参考 #15772 中的说明测试该文档。
非常感谢您对测试和验证文档的贡献!
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
碰到的问题是,直接用 Centos7.9 装好自带的 FireFox 浏览器,tiup playground 启动集群后,访问 Dashboard 网页一直是加载等待的状态。tidb 可以正常连接,Grafana, Prometheus 可以正常访问。
Firefox 版本 查阅了 Dashboard 相关的文档,应该是兼容这个版本的 https://docs.pingcap.com/zh/tidb/stable/dashboard-access#%E6%B5%8F%E8%A7%88%E5%99%A8%E5%85%BC%E5%AE%B9%E6%80%A7
后面尝试更换浏览器安装新版的 Chrome,同样方法启动集群,可以正常访问 Dashboard
按照文档执行到第 8 步:启动集群,出现报错
根据提示查阅日志 tidb.log,发现如下 WARN 和 ERROR
[2024/01/09 19:37:41.690 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [2024/01/09 19:37:42.689 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"]
在社区论坛查阅,发现情况相似的两个问答 https://asktug.com/t/topic/1018496/6 [状态:已解决] https://asktug.com/t/topic/1019395/11
应该是缺少了 mysql.tidb_runaway_watch 这个表造成的,目前我没有解决这个问题。因为是新环境,所以并不像第一条问答那样之前就有部署好的集群,可以手动连数据库建表。参考第二条回答尝试重启集群以及直接销毁集群,重复了几次,问题仍然存在。
由于初次接触 TiDB,上述问题可能是本人操作不当造成的,还需进一步讨论验证确定问题
@PokIsemaine 非常感谢您对 TiDB 数据库快速上手指南 文档的验证和详细反馈,您的反馈对于持续改进 TiDB 文档和用户体验至关重要。关于您在部署 TiDB v7.5.0 版本时遇到的问题:
tiup cluster start
我们将会进行进一步的调查,并根据需要更新文档描述,以确保其他用户可以顺利部署 TiDB。
PokIsemaine
No branches or pull requests
此 issue 为 Debug TiDB Documentation: TiDB 中文文档测试说明・Issue #15772・pingcap/docs-cn 的 sub-issue,目的是为了测试和验证 TiDB 数据库快速上手指南 | PingCAP 文档中心 文档。
请参考 #15772 中的说明测试该文档。
非常感谢您对测试和验证文档的贡献!
The text was updated successfully, but these errors were encountered: