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

Zhihong Ted Yu commented on HBASE-6246:
---------------------------------------

Normally test suite run for 0.94 isn't strictly required because trunk patch 
runs through the suite.

In this case, it was not clear whether whole suite was executed by reading the 
comment @ 22/Jun/12 17:39

Can I make a request ? If a JIRA is only for 0.94 (or 0.92), the contributor or 
the committer should provide test result similar to the following:
{code}
Failed tests:   
testRebalanceOnRegionServerNumberChange(org.apache.hadoop.hbase.TestRegionRebalancing):
 After 5 attempts, region assignments were not balanced.
  testOrphanTaskAcquisition(org.apache.hadoop.hbase.master.TestSplitLogManager)

Tests run: 948, Failures: 2, Errors: 0, Skipped: 9

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
{code}
Explanation should be given for the few failed tests.
                
> Admin.move without specifying destination does not go through AccessController
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-6246
>                 URL: https://issues.apache.org/jira/browse/HBASE-6246
>             Project: HBase
>          Issue Type: Bug
>          Components: coprocessors, security
>    Affects Versions: 0.94.0, 0.94.1
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: rajeshbabu
>              Labels: coprocessors, security
>             Fix For: 0.94.1
>
>         Attachments: 6246.addendum, HBASE-6246_94-addendum.patch, 
> HBASE-6246_94.patch
>
>
> {code}
>     if (destServerName == null || destServerName.length == 0) {
>       LOG.info("Passed destination servername is null/empty so " +
>         "choosing a server at random");
>       this.assignmentManager.clearRegionPlan(hri);
>       // Unassign will reassign it elsewhere choosing random server.
>       this.assignmentManager.unassign(hri);
> {code}
> I think we should go through security to see if there is sufficient 
> permissions to do this operation?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to