You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/28 03:35:08 UTC

[GitHub] [doris] liaobing opened a new issue, #15423: [Bug] The SQL execution is complete, but no jdbc result is returned

liaobing opened a new issue, #15423:
URL: https://github.com/apache/doris/issues/15423

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   1.1.1
   
   ### What's Wrong?
   
   1. Query the QueryProfile. The SQL is successfully executed
   2. The jdbc result cannot be returned. The following error information is found in the fe.log file:
    2022-12-28 02:20:54,572 WARN (doris-mysql-nio-pool-2428|81901) [ConnectProcessor.processOnce():528] Null packet received from network. remote: 10.111.24.4:11937
   2022-12-28 02:20:54,572 WARN (doris-mysql-nio-pool-2428|81901) [ReadListener.lambda$handleEvent$0():58] Exception happened in one session([remote ip: 10.111.24.4]).
   java.io.IOException: Error happened when receiving packet.
   	at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:529) ~[doris-fe.jar:1.0-SNAPSHOT]
   	at org.apache.doris.mysql.nio.ReadListener.lambda$handleEvent$0(ReadListener.java:50) ~[doris-fe.jar:1.0-SNAPSHOT]
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_312]
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_312]
   	at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_312]
   ![image](https://user-images.githubusercontent.com/12030230/209753147-8b0bc134-6661-48fa-912f-8d485f80889a.png)
   
   3. Check that the communication network connection is normal
   4. Deploy in k8s mode
   5. View session links. Currently, there are only three links
   
   ### What You Expected?
   
   The SQL execution is complete, and the jdbc result is normal
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org