为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:
【 TiDB 使用环境】
生产环境5.3.0
【概述】场景+问题概述
目前新业务上线,上线后,tidb-server节点日志中出现大量如下两类的错误日志:
第一类:
[2022/02/15 14:44:46.187 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402677] [error=“Failed to get user record”]
[2022/02/15 14:44:46.215 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402679] [error=“Failed to get user record”]
[2022/02/15 14:44:46.234 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402681] [error=“Failed to get user record”]
[2022/02/15 14:44:46.327 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402683] [error=“Failed to get user record”]
[2022/02/15 14:44:46.419 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402685] [error=“Failed to get user record”]
[2022/02/15 14:44:46.434 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402687] [error=“Failed to get user record”]
[2022/02/15 14:44:46.450 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402689] [error=“Failed to get user record”]
[2022/02/15 14:44:46.466 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402691] [error=“Failed to get user record”]
[2022/02/15 14:44:46.481 +08:00] [WARN] [conn.go:713] [“failed to check the user authplugin”] [conn=402693] [error=“Failed to get user record”]
通过搜索asktug,发现也有人遇到过,
https://github.com/pingcap/tidb/issues/29725
想请问一下,目前5.3.0这个版本,这个问题还没有解决吗?或者是否有其他的原因导致该问题的产生?
第二类错误:
[2022/02/15 14:44:51.820 +08:00] [ERROR] [terror.go:307] [“encountered error”] [error=EOF] [stack=“github.com/pingcap/tidb/parser/terror.Log
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/parser/terror/terror.go:307
github.com/pingcap/tidb/server.(*Server).onConn
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/server/server.go:519”]
[2022/02/15 14:45:06.836 +08:00] [ERROR] [terror.go:307] [“encountered error”] [error=EOF] [stack=“github.com/pingcap/tidb/parser/terror.Log
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/parser/terror/terror.go:307
github.com/pingcap/tidb/server.(*Server).onConn
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/server/server.go:519”]
[2022/02/15 14:45:21.852 +08:00] [ERROR] [terror.go:307] [“encountered error”] [error=EOF] [stack=“github.com/pingcap/tidb/parser/terror.Log
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/parser/terror/terror.go:307
github.com/pingcap/tidb/server.(*Server).onConn
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/server/server.go:519”]
[2022/02/15 14:45:36.871 +08:00] [ERROR] [terror.go:307] [“encountered error”] [error=EOF] [stack=“github.com/pingcap/tidb/parser/terror.Log
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/parser/terror/terror.go:307
github.com/pingcap/tidb/server.(*Server).onConn
\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/server/server.go:519”]
从日志中看不出是啥原因,请各位大佬帮忙协助分析一下;
【背景】做过哪些操作
【现象】业务和数据库现象
【业务影响】
【TiDB 版本】
5.3.0
【附件】
- 相关日志 和 监控
-
TiUP Cluster Display 信息
-
TiUP Cluster Edit Config 信息
-
TiDB- Overview 监控
- 对应模块日志(包含问题前后1小时日志)