GPF199541 opened a new issue, #29989:
URL: https://github.com/apache/shardingsphere/issues/29989
通过jdbc 连接shard-proxy 流式读取数据
总是报错:
proxy版本 5.40
jdbc:8.0.11
[ERROR] 2024-02-04 17:59:27.856 [ShardingSphere-Command-165]
o.a.s.p.f.c.CommandExecutorTask - Exception occur:
java.sql.SQLException: null
at
org.apache.shardingsphere.proxy.backend.connector.DatabaseConnector.close(DatabaseConnector.java:404)
at
org.apache.shardingsphere.proxy.frontend.mysql.command.query.text.query.MySQLComQueryPacketExecutor.close(MySQLComQueryPacketExecutor.java:128)
at
org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.doExecuteCommand(CommandExecutorTask.java:139)
at
org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.executeCommand(CommandExecutorTask.java:121)
at
org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.run(CommandExecutorTask.java:78)
at com.alibaba.ttl.TtlRunnable.run(TtlRunnable.java:60)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
--
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]