[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

hu xiaodong updated ZOOKEEPER-3541:
-----------------------------------
    Description: 
In the method 
'org.apache.zookeeper.client.ZooKeeperSaslClient#respondToServer', 
{code:java}
 LOG.error("SASL authentication failed using login context '"
 + this.getLoginContext()
 + "' with exception: {}", e); {code}
// I think '{}' above is wrong. It's redundant.

 

!image-2019-09-10-14-02-30-306.png!

  was:
In the method 
'org.apache.zookeeper.client.ZooKeeperSaslClient#respondToServer', 
{code:java}
 LOG.error("SASL authentication failed using login context '"
 + this.getLoginContext()
 + "' with exception: {}", e); {code}
// I think '{}' above is wrong.


> Wrong placeholder '{}' in logs.
> -------------------------------
>
>                 Key: ZOOKEEPER-3541
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3541
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.5.5
>            Reporter: hu xiaodong
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: image-2019-09-10-14-02-30-306.png
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In the method 
> 'org.apache.zookeeper.client.ZooKeeperSaslClient#respondToServer', 
> {code:java}
>  LOG.error("SASL authentication failed using login context '"
>  + this.getLoginContext()
>  + "' with exception: {}", e); {code}
> // I think '{}' above is wrong. It's redundant.
>  
> !image-2019-09-10-14-02-30-306.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to