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

Hadoop QA commented on ZOOKEEPER-2606:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12831535/ZOOKEEPER-2606.v1.patch
  against trunk revision ec20c5434cc8a334b3fd25e27d26dccf4793c8f3.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3464//console

This message is automatically generated.

> SaslServerCallbackHandler#handleAuthorizeCallback() should log the exception
> ----------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2606
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2606
>             Project: ZooKeeper
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>         Attachments: ZOOKEEPER-2606.v1.patch
>
>
> {code}
>             LOG.info("Setting authorizedID: " + userNameBuilder);
>             ac.setAuthorizedID(userNameBuilder.toString());
>         } catch (IOException e) {
>             LOG.error("Failed to set name based on Kerberos authentication 
> rules.");
>         }
> {code}
> On one cluster, we saw the following:
> {code}
> 2016-10-04 02:18:16,484 - ERROR 
> [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:SaslServerCallbackHandler@137] - 
> Failed to set name based on Kerberos authentication rules.
> {code}
> It would be helpful if the log contains information about the IOException.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to