ankitjain64 opened a new pull request #1328: URL: https://github.com/apache/phoenix/pull/1328
JIRA: https://issues.apache.org/jira/browse/PHOENIX-6548 In our pipelines, we saw that after the ClusterConnection is received from [ConnectionFactory](https://github.com/apache/phoenix/blob/4.x/phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java#L362) the region server crashes and the underlying connection is closed which causes IllegalArgumentException from hbase in [getTable](https://github.com/apache/phoenix/blob/4.x/phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java#L317) and DoNotRetryIOException is sent back to client. Instead, we want the client exception to be a normal retriable IOException, because if they try again after the region comes up again somewhere else, the Scan will likely succeed. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
