[
https://issues.apache.org/jira/browse/HBASE-15173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15121912#comment-15121912
]
Ted Yu commented on HBASE-15173:
--------------------------------
>From Java 8 test output, there were dozens of errors in the following form:
{code}
java.io.IOException: java.util.concurrent.ExecutionException:
java.lang.RuntimeException: Error while running command to get file permissions
: ExitCodeException exitCode=127: /bin/ls: error while loading shared
libraries: libselinux.so.1: failed to map segment from shared object:
Permission denied
{code}
> Execute mergeRegions RPC call as the request user
> -------------------------------------------------
>
> Key: HBASE-15173
> URL: https://issues.apache.org/jira/browse/HBASE-15173
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15173.v1.patch, HBASE-15173.v2.patch,
> HBASE-15173.v2.patch, HBASE-15173.v3.patch, HBASE-15173.v3.patch,
> HBASE-15173.v3.patch
>
>
> This is follow up to HBASE-15132
> Master currently sends mergeRegions RPC to region server under user 'hbase'.
> This issue is to execute mergeRegions RPC call as the request user
> See tail of HBASE-15132 for related discussion.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)