[jira] [Commented] (HBASE-6246) Admin.move() without specifying destination calls am.unassign() and does not go through AccessController.

2012-06-22 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399422#comment-13399422 ] Andrew Purtell commented on HBASE-6246: --- I have this change staged for commit with t

[jira] [Commented] (HBASE-6246) Admin.move() without specifying destination calls am.unassign() and does not go through AccessController.

2012-06-22 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399418#comment-13399418 ] stack commented on HBASE-6246: -- Fix this: {code} + LOG.info("Passed destination servern

[jira] [Commented] (HBASE-6246) Admin.move() without specifying destination calls am.unassign() and does not go through AccessController.

2012-06-22 Thread rajeshbabu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399412#comment-13399412 ] rajeshbabu commented on HBASE-6246: --- Attached patch 94. Please review and provide commen

[jira] [Commented] (HBASE-6246) Admin.move() without specifying destination calls am.unassign() and does not go through AccessController.

2012-06-21 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398885#comment-13398885 ] Andrew Purtell commented on HBASE-6246: --- +1 fix on 0.94. Good catch.