You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
mysql> select * from cluster_log where level='warn' limit 1\G
*************************** 1. row ***************************
TIME: 2020/04/30 09:59:16.908
TYPE: tidb
INSTANCE: 127.0.0.1:4000
LEVEL: WARN
MESSAGE: 0x5B626173655F636C69656E742E676F3A3137305D205B225B70645D206661696C656420746F2067657420636C7573746572206964225D205B75726C3D687474703A2F2F3132372E302E302E313A323337395D205B6572726F723D226572726F723A727063206572726F723A20636F6465203D20556E617661696C61626C652064657363203D20616C6C20537562436F6E6E732061726520696E205472616E7369656E744661696C7572652C206C617465737420636F6E6E656374696F6E206572726F723A20636F6E6E656374696F6E206572726F723A2064657363203D205C227472616E73706F72743A204572726F72207768696C65206469616C696E67206469616C20746370203132372E302E302E313A323337393A20636F6E6E6563743A20636F6E6E656374696F6E20726566757365645C22207461726765743A3132372E302E302E313A32333739207374617475733A5452414E5349454E545F4641494C555245225D
1 row in set (0.01 sec)
2. What did you expect to see?
The MESSAGE field is expect to be a string of similar to [grpclog.go:60] ["transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:2382->127.0.0.1:57030: use of closed network connection"]
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
2. What did you expect to see?
The MESSAGE field is expect to be a string of similar to
[grpclog.go:60] ["transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:2382->127.0.0.1:57030: use of closed network connection"]
3. What did you see instead?
0x5B626173655F636C69656E742E676F3A3137305D205B225B70645D206661696C656420746F2067657420636C7573746572206964225D205B75726C3D687474703A2F2F3132372E302E302E313A323337395D205B6572726F723D226572726F723A727063206572726F723A20636F6465203D20556E617661696C61626C652064657363203D20616C6C20537562436F6E6E732061726520696E205472616E7369656E744661696C7572652C206C617465737420636F6E6E656374696F6E206572726F723A20636F6E6E656374696F6E206572726F723A2064657363203D205C227472616E73706F72743A204572726F72207768696C65206469616C696E67206469616C20746370203132372E302E302E313A323337393A20636F6E6E6563743A20636F6E6E656374696F6E20726566757365645C22207461726765743A3132372E302E302E313A32333739207374617475733A5452414E5349454E545F4641494C555245225D
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)The text was updated successfully, but these errors were encountered: