You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/03/23 19:34:00 UTC

[jira] [Commented] (KAFKA-7986) distinguish the logging from different ZooKeeperClient instances

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

ASF GitHub Bot commented on KAFKA-7986:
---------------------------------------

ivanyu commented on pull request #6493: KAFKA-7986: Distinguish logging from different ZooKeeperClient instances
URL: https://github.com/apache/kafka/pull/6493
 
 
   A broken can have more than one instance of ZooKeeperClient. For example, SimpleAclAuthorizer creates a separate ZooKeeperClient instance when configured.
   
   This commit makes it possible to optionally specify the name for the ZooKeeperClient instance. The name is specified only for a broker's ZooKeeperClient instances, but not for commands' and tests'.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> distinguish the logging from different ZooKeeperClient instances
> ----------------------------------------------------------------
>
>                 Key: KAFKA-7986
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7986
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jun Rao
>            Assignee: Ivan Yurchenko
>            Priority: Major
>              Labels: newbie
>
> It's possible for each broker to have more than 1 ZooKeeperClient instance. For example, SimpleAclAuthorizer creates a separate ZooKeeperClient instance when configured. It would be useful to distinguish the logging from different ZooKeeperClient instances.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)