You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/01/05 22:29:56 UTC

[GitHub] [kafka] guozhangwang opened a new pull request #11652: MINOR: Add num threads logging upon shutdown

guozhangwang opened a new pull request #11652:
URL: https://github.com/apache/kafka/pull/11652


   1. Add num of threads logging upon shutdown.
   2. Prefix the shutdown thread with client id.
   
   ### 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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] guozhangwang commented on pull request #11652: MINOR: Add num threads logging upon shutdown

Posted by GitBox <gi...@apache.org>.
guozhangwang commented on pull request #11652:
URL: https://github.com/apache/kafka/pull/11652#issuecomment-1006129355


   Suspect there are some race conditions in `KafkaStreams#close` that would leak threads.


-- 
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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] guozhangwang merged pull request #11652: MINOR: Add num threads logging upon shutdown

Posted by GitBox <gi...@apache.org>.
guozhangwang merged pull request #11652:
URL: https://github.com/apache/kafka/pull/11652


   


-- 
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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] vvcephei commented on pull request #11652: MINOR: Add num threads logging upon shutdown

Posted by GitBox <gi...@apache.org>.
vvcephei commented on pull request #11652:
URL: https://github.com/apache/kafka/pull/11652#issuecomment-1006244975


   Unrelated test failures:
   ```
   Build / ARM / kafka.server.ReplicaManagerTest.[1] usesTopicIds=true
   Build / JDK 8 and Scala 2.12 / kafka.api.ConsumerBounceTest.testCloseDuringRebalance()
   Build / JDK 8 and Scala 2.12 / kafka.controller.ControllerIntegrationTest.testTopicIdCreatedOnUpgrade()
   ```


-- 
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.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org