You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/17 08:47:36 UTC

[GitHub] [incubator-shardingsphere] lklkxcxc opened a new issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

lklkxcxc opened a new issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338
 
 
   ## Question
   - Sharding-Proxy output logs:`[WARN ] 16:24:10.417 [epollEventLoopGroup-3-12] i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
   io.netty.channel.unix.Errors$NativeIoException: readAddress(..) failed: Connection reset by peer`
   - Sharding-proxy version: 4.0.0-RC3

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] lklkxcxc commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
lklkxcxc commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338#issuecomment-587258656
 
 
   @kimmking mysql server version: 5.7.24
   sharding-proxy jdbc driver: mysql-connector-java-5.1.48.jar 
   
   @terrymanu The warn logs before and after are info levels. The current logging mode is info, which I'll change to debug later.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] lklkxcxc commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
lklkxcxc commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338#issuecomment-587262989
 
 
   Change to debug post-log output:`tats (total=1, active=0, idle=1, waiting=0)
   [DEBUG] 13:03:17.237 [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
   [DEBUG] 13:03:18.446 [HikariPool-2 housekeeper] com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Pool stats (total=1, active=0, idle=1, waiting=0)
   [WARN ] 13:03:26.641 [epollEventLoopGroup-3-3] i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
   io.netty.channel.unix.Errors$NativeIoException: readAddress(..) failed: Connection reset by peer
   [DEBUG] 13:03:47.237 [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Pool stats (total=1, active=0, idle=1, waiting=0)
   [DEBUG] 13:03:48.447 [HikariPool-2 housekeeper] com.zaxxer.hikari.pool.HikariPool - HikariPool-2 - Pool stats (total=1, active=0, idle=1, waiting=0)`
   No SQL operation cause this issue.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338#issuecomment-587001386
 
 
   When and what SQL operation cause this issue?
   And which version of your mysql server and jdbc driver?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] lklkxcxc closed issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
lklkxcxc closed issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] lklkxcxc commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
lklkxcxc commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338#issuecomment-588069179
 
 
   @kimmking Thank you very much! Let me close this problem

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338#issuecomment-587538810
 
 
   I think we can ignore this message.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking edited a comment on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
kimmking edited a comment on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338#issuecomment-587001386
 
 
   When and what SQL operation cause this issue?
   And which version of your mysql server and jdbc driver?
   
   More info could be useful.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #4338: Sharding-Proxy output logs:readAddress(..) failed: Connection reset by peer
URL: https://github.com/apache/incubator-shardingsphere/issues/4338#issuecomment-586992225
 
 
   It is a WARN log, any problem do you meet?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services