make HBaseAdmin.modifyTable sync
--------------------------------

                 Key: HBASE-4328
                 URL: https://issues.apache.org/jira/browse/HBASE-4328
             Project: HBase
          Issue Type: Improvement
            Reporter: Ming Ma
            Assignee: Ming Ma


HBaseAdmin.modifyTable calls HMasterInterface.modifyTable and returns right 
away. HMasterInterface.modifyTable is async. Thus HBaseAdmin.modifyTable is 
async. It will be nice to make HBaseAdmin.modifyTable sync given the rest of 
table operation APIs on HBaseAdmin are sync.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to