[
https://issues.apache.org/jira/browse/HBASE-15952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319489#comment-15319489
]
Ted Yu commented on HBASE-15952:
--------------------------------
{code}
Tests run: 9, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 226.963 sec <<<
FAILURE! - in org.apache.hadoop.hbase.coprocessor.TestMasterObserver
testTableOperations(org.apache.hadoop.hbase.coprocessor.TestMasterObserver)
Time elapsed: 180.061 sec <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 180000
milliseconds
at java.lang.Object.wait(Native Method)
at
org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:179)
at
org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4387)
at
org.apache.hadoop.hbase.client.HBaseAdmin.executeCallable(HBaseAdmin.java:4379)
at
org.apache.hadoop.hbase.client.HBaseAdmin.access$1200(HBaseAdmin.java:198)
at
org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.getProcedureResult(HBaseAdmin.java:4695)
at
org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.waitProcedureResult(HBaseAdmin.java:4646)
at
org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.get(HBaseAdmin.java:4602)
at
org.apache.hadoop.hbase.client.HBaseAdmin.disableTable(HBaseAdmin.java:1332)
at
org.apache.hadoop.hbase.coprocessor.TestMasterObserver.testTableOperations(TestMasterObserver.java:1334)
{code}
Is the above test failure reproducible ?
> Bulk load data replication is not working when RS user does not have
> permission on hfile-refs node
> --------------------------------------------------------------------------------------------------
>
> Key: HBASE-15952
> URL: https://issues.apache.org/jira/browse/HBASE-15952
> Project: HBase
> Issue Type: Bug
> Components: Replication
> Affects Versions: 1.3.0
> Reporter: Ashish Singhi
> Assignee: Ashish Singhi
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: HBASE-15952.branch-1.v1.patch, HBASE-15952.patch,
> HBASE-15952.v1.patch
>
>
> In our recent testing in secure cluster we found that when a RS user does not
> have permission on hfile-refs znode then RS was failing to replicate the bulk
> loaded data as the hfile-refs znode is created by hbase client and RS user
> may not have permission to it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)