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

Handle CallQueueTooBigException as a RecoverableException #1

Closed
wants to merge 1 commit into from

Conversation

stlava
Copy link

@stlava stlava commented May 16, 2016

Fixes OpenTSDB#135

@vitaliyf vitaliyf assigned vitaliyf and stlava and unassigned vitaliyf and stlava May 16, 2016
package org.hbase.async;

/**
* Exception thrown when we try to use an invalid or expired scanner ID.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy paste erro ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah very much so copy pasta. Will update this and a formatting error I saw. I'm also verifying this fixes the issues as well.

@stlava
Copy link
Author

stlava commented May 17, 2016

This doesn't seem to address the issue. My understanding of how the recoverable exceptions are handled was wrong. I'll look further into this.

@stlava stlava closed this Oct 27, 2020
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

Successfully merging this pull request may close these issues.

Retry "org.hbase.async.RemoteException: Call queue is full on" RPCs
3 participants