Steve Carlin created HIVE-25070: ----------------------------------- Summary: SessionHiveMetaStoreClient.getValidWriteIdList should handle "Retrying" exceptions Key: HIVE-25070 URL: https://issues.apache.org/jira/browse/HIVE-25070 Project: Hive Issue Type: Bug Components: HiveServer2 Reporter: Steve Carlin
The method SessionHiveMetaStoreClient.getValidWriteIdList() current catches all exceptions and rethrows a RuntimeException. This bypasses the logic that is in RetryingMetaStoreClient. Instead, this method should rethrow whatever Exceptions the Retrying class can handle (and get in line with the other methods in SessionHiveMetaStoreClient) -- This message was sent by Atlassian Jira (v8.3.4#803005)