[ 
https://issues.apache.org/jira/browse/HBASE-4271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096503#comment-13096503
 ] 

[email protected] commented on HBASE-4271:
------------------------------------------------------



bq.  On 2011-09-02 22:58:46, Gary Helmling wrote:
bq.  > 
http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/coprocessor/MasterObserver.java,
 line 40
bq.  > <https://reviews.apache.org/r/1691/diff/2/?file=37257#file37257line40>
bq.  >
bq.  >     I think we still need to pass HTableDescriptor here.  It's part of 
what's being created.  And I actually have a case right now where I need to be 
able to tweak the table settings.
bq.  >     
bq.  >     I also think we should change the return type on this to 
HRegionInfo[].  This would allow MasterObserver implementations to modify the 
initial table regions, if desired.

Thanks, Gray for the review. I will fix that soon. One thing to note is 
HBaseAdmin verifies the number of requested regions matches the number of 
regions created. Thus if preCreateTable modifies the size of HRegionInfo[], it 
will cause issue with HBaseAdmin. If that happens, We could use the default 
HRegionInfo[] and document this behavior for preCreateTable.


- Ming


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1691/#review1729
-----------------------------------------------------------


On 2011-09-01 07:19:49, Ming Ma wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/1691/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2011-09-01 07:19:49)
bq.  
bq.  
bq.  Review request for hbase, Gary Helmling and Ted Yu.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  Along with coprocessor work, also fix HBaseAdmin.deleteTable so that it 
waits until the table is removed from HMaster's HTableDescriptor list.
bq.  
bq.  1. Fix preCreateTable, postCreateTable, preAssign, postAssign, preUnassign 
APIs.
bq.  2. Make coprocessor honor bypass request from preMove, preAddColumn, 
preModifyColumn, preDeleteColumn.
bq.  
bq.  
bq.  This addresses bug HBASE-4271.
bq.      https://issues.apache.org/jira/browse/HBASE-4271
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    
http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
 1163917 
bq.    
http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseMasterObserver.java
 1163917 
bq.    
http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/coprocessor/MasterObserver.java
 1163917 
bq.    
http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
 1163917 
bq.    
http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
 1163917 
bq.    
http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/MasterCoprocessorHost.java
 1163917 
bq.    
http://svn.apache.org/repos/asf/hbase/trunk/src/test/java/org/apache/hadoop/hbase/coprocessor/TestMasterObserver.java
 1163917 
bq.  
bq.  Diff: https://reviews.apache.org/r/1691/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  Unit tests
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Ming
bq.  
bq.



> Clean up coprocessor's handlings of table operations
> ----------------------------------------------------
>
>                 Key: HBASE-4271
>                 URL: https://issues.apache.org/jira/browse/HBASE-4271
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ming Ma
>            Assignee: Ming Ma
>
> Couple fixes we can do w.r.t coprocessor's handlings of table operations.
> 1. Honor MasterObserver's requests to bypass default action.
> 2. Fix up the function signatures for preCreateTable to use HRegionInfo as 
> parameter instead.
> 3. Invoke postEnableTable, etc. methods after the operations are done.

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

        

Reply via email to