Skip to content

Commit

Permalink
apply patch OpenTSDB#202
Browse files Browse the repository at this point in the history
  • Loading branch information
kai33 committed May 15, 2019
1 parent c07d5db commit 8b6f8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/RegionClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,7 @@ protected Object decode(final ChannelHandlerContext ctx,
final class RetryTimer implements TimerTask {
public void run(final Timeout timeout) {
if (isAlive()) {
rpc.attempt++;
sendRpc(rpc);
} else {
if (rpc instanceof MultiAction) {
Expand Down
2 changes: 1 addition & 1 deletion src/UnknownScannerException.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* Exception thrown when we try to use an invalid or expired scanner ID.
*/
public final class UnknownScannerException extends RecoverableException
public final class UnknownScannerException extends NonRecoverableException
implements HasFailedRpcException {

static final String REMOTE_CLASS =
Expand Down

0 comments on commit 8b6f8a2

Please sign in to comment.