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

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

kevin-laff opened a new pull request #5583: KAFKA-7353; Connect logs 'this' for 
anonymous inner classes
URL: https://github.com/apache/kafka/pull/5583
 
 
   Replace 'this' reference in anonymous inner class logs to out class's 'this'
   
   ### 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Connect logs 'this' for anonymous inner classes
> -----------------------------------------------
>
>                 Key: KAFKA-7353
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7353
>             Project: Kafka
>          Issue Type: Bug
>          Components: KafkaConnect
>    Affects Versions: 1.0.2, 1.1.1, 2.0.0
>            Reporter: Kevin Lafferty
>            Priority: Minor
>
> Some classes in the Kafka Connect runtime create anonymous inner classes that 
> log 'this', resulting in log messages that can't be correlated with any other 
> messages. These should scope 'this' to the outer class to have consistent log 
> messages.



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

Reply via email to