[ 
https://issues.apache.org/jira/browse/PHOENIX-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Samarth Jain updated PHOENIX-1408:
----------------------------------
    Attachment: PHOENIX-1408_v2.patch

Updated patch. Now we fail fast when we encounter an exception on the first or 
the last retry. Also I abstracted out the operation that is "retriable" as an 
interface. This allows us to have a consistent way of doing check and retries 
for all such metadata operations.

[~jamestaylor] - please review. Thanks!

> Don't disable table before modifying HTable metadata
> ----------------------------------------------------
>
>                 Key: PHOENIX-1408
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1408
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: Samarth Jain
>         Attachments: PHOENIX-1408.patch, PHOENIX-1408_v2.patch
>
>
> In 0.98, HBase supports modifying the HTable metadata without disabling the 
> table first. We should remove our calls to htable.disableTable() and 
> htable.enableTable() in ConnectionQueryServicesImpl when we modify the table 
> metadata. The only time we still need to disable the table is before we drop 
> it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to