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

Hudson commented on HBASE-22793:
--------------------------------

Results for branch branch-2.2
        [build #495 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/495/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/495//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/495//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/495//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> RPC server connection is logging user as NULL principal
> -------------------------------------------------------
>
>                 Key: HBASE-22793
>                 URL: https://issues.apache.org/jira/browse/HBASE-22793
>             Project: HBase
>          Issue Type: Bug
>          Components: rpc
>    Affects Versions: 2.1.1
>            Reporter: Y. SREENIVASULU REDDY
>            Assignee: Y. SREENIVASULU REDDY
>            Priority: Minor
>             Fix For: 3.0.0, 2.3.0, 2.0.6, 2.2.1, 2.1.6
>
>         Attachments: HBASE-22793.branch-2.1.patch
>
>
> User information is logging as NULL in *CallRunner.java*
> {code}
> this.status.setConnection(call.getRemoteAddress().getHostAddress(), 
> call.getRemotePort());
>       if (RpcServer.LOG.isTraceEnabled()) {
>         Optional<User> remoteUser = call.getRequestUser();
>         RpcServer.LOG.trace(call.toShortString() + " executing as " +
>             (remoteUser.isPresent() ? "NULL principal" : 
> remoteUser.get().getName()));
>       }
>       Throwable errorThrowable = null;
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to