Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在测试 TiDB 时,遇到了 9001 错误。我没有弄清楚原因。如何处理?
一般在 TiDB 访问 PD 失败时会出现这个错误。TiDB 后台有一个“worker”,不断地从 PD 查询 safepoint。如果100s内查询不成功,则报此错误。
可能原因:PD 故障或 TiDB 与 PD 之间的网络问题。解决方法:检查 PD 服务器的状态/监控/日志以及 TiDB 服务器和 PD 服务器之间的网络。