morningman opened a new issue, #8941:
URL: https://github.com/apache/incubator-doris/issues/8941

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   trunk
   
   ### What's Wrong?
   
   ```
   2022-04-09 16:07:50,247 WARN (doris-mysql-nio-pool-0|128) 
[StmtExecutor.execute():453] execute Exception. stmt[2, 
55ccacc532f240b9-b4ffd9fcbf30681f]
   java.util.UnknownFormatConversionException: Conversion = 'l'
           at 
java.util.Formatter$FormatSpecifier.conversion(Formatter.java:2691) 
~[?:1.8.0_131]
           at java.util.Formatter$FormatSpecifier.<init>(Formatter.java:2720) 
~[?:1.8.0_131]
           at java.util.Formatter.parse(Formatter.java:2560) ~[?:1.8.0_131]
           at java.util.Formatter.format(Formatter.java:2501) ~[?:1.8.0_131]
           at java.util.Formatter.format(Formatter.java:2455) ~[?:1.8.0_131]
           at java.lang.String.format(String.java:2940) ~[?:1.8.0_131]
           at 
org.apache.doris.common.ErrorCode.formatErrorMsg(ErrorCode.java:1714) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.common.ErrorReport.reportCommon(ErrorReport.java:28) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.common.ErrorReport.reportDdlException(ErrorReport.java:67) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.common.ErrorReport.reportDdlException(ErrorReport.java:62) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.qe.StmtExecutor.handleKill(StmtExecutor.java:734) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:429) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:300) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:212) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:349) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:538) 
~[palo-fe.jar:0.15-SNAPSHOT]
           at 
org.apache.doris.mysql.nio.ReadListener.lambda$handleEvent$0(ReadListener.java:50)
 ~[palo-fe.jar:0.15-SNAPSHOT]
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
~[?:1.8.0_131]
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
~[?:1.8.0_131]
           at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_131]
   ```
   
   ### What You Expected?
   
   no error
   
   ### How to Reproduce?
   
   kill connection 123;
   and 123 connection does not exist.
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to