Skip to content

Commit

Permalink
region: update retryable exceptions for HBase 2.0
Browse files Browse the repository at this point in the history
Change-Id: I0a294c332ca5e171a3808c540b287a4a45535002
  • Loading branch information
timoha committed May 4, 2018
1 parent 981f64f commit 0a34d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions region/client.go
Expand Up @@ -50,6 +50,8 @@ var (
"org.apache.hadoop.hbase.exceptions.RegionMovedException": struct{}{},
"org.apache.hadoop.hbase.exceptions.RegionOpeningException": struct{}{},
"org.apache.hadoop.hbase.ipc.ServerNotRunningYetException": struct{}{},
"org.apache.hadoop.hbase.quotas.RpcThrottlingException": struct{}{},
"org.apache.hadoop.hbase.RetryImmediatelyException": struct{}{},
}

// javaUnrecoverableExceptions is a map where all Java exceptions that signify
Expand Down

0 comments on commit 0a34d3c

Please sign in to comment.