James Taylor created PHOENIX-3928:
-------------------------------------
Summary: Consider retrying once after any SQLException
Key: PHOENIX-3928
URL: https://issues.apache.org/jira/browse/PHOENIX-3928
Project: Phoenix
Issue Type: Bug
Reporter: James Taylor
There are more cases in which a retry would successfully execute than when a
MetaDataEntityNotFoundException. For example, certain error cases that depend
on the state of the metadata would work on retry if the metadata had changed.
We may want to retry on any SQLException and simply loop through the tables
involved (plan.getSourceRefs().iterator()), and if any meta data was updated,
go ahead and retry once.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)