Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
RetryingRawStore retries calls. Some method (e.g. drop_table_core in HiveMetaStore) explicitly call openTransaction and commitTransaction on RawStore.
When the commit call fails due to some real issue, it is retried, and instead of a real cause for failure one gets some bogus exception about transaction open count.
I doesn't make sense to retry logical errors, especially not from commitTransaction.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-4996 unbalanced calls to openTransaction/commitTransaction
- Resolved