Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-22793

RPC server connection is logging user as NULL principal

    XMLWordPrintableJSON

Details

    Description

      User information is logging as NULL in CallRunner.java

      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;
      

      Attachments

        1. HBASE-22793.branch-2.1.patch
          1 kB
          Y. SREENIVASULU REDDY

        Activity

          People

            sreenivasulureddy Y. SREENIVASULU REDDY
            sreenivasulureddy Y. SREENIVASULU REDDY
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: