You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ming Ma (JIRA)" <ji...@apache.org> on 2011/09/02 20:59:10 UTC

[jira] [Created] (HBASE-4328) make HBaseAdmin.modifyTable sync

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