Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why ConnectionResetException happen? #211

Open
LostLegend opened this issue Dec 25, 2019 · 1 comment
Open

Why ConnectionResetException happen? #211

LostLegend opened this issue Dec 25, 2019 · 1 comment

Comments

@LostLegend
Copy link

When i scan data from HBase, sometimes client will throws ConnectionResetException, looks like connection lost unexpected,but in region server, it has not any error or warn logs. thanks a lot if someone know about it.

org.hbase.async.ConnectionResetException: [id: 0x6c068e8a, /[my ip]:43398 :> /[my ip]:60020] got disconnected
at org.hbase.async.RegionClient.cleanup(RegionClient.java:1179)
at org.hbase.async.RegionClient.channelDisconnected(RegionClient.java:1158)
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:102)
at org.hbase.async.RegionClient.handleUpstream(RegionClient.java:1230)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791)
at org.jboss.netty.channel.SimpleChannelHandler.channelDisconnected(SimpleChannelHandler.java:199)
at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:120)
at org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler.handleUpstream(IdleStateAwareChannelHandler.java:36)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)

my asynchbase version is 1.8.2, and HBase server version is 1.2.0

@bharathkuppala
Copy link

Hello, Were you able to find the solution or cause for this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants