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 2021/10/04 09:58:49 UTC

[GitHub] [kafka] wenzelcheng opened a new pull request #11377: MINOR: Use try-with-resource to close the stream opened by Files.list()

wenzelcheng opened a new pull request #11377:
URL: https://github.com/apache/kafka/pull/11377


   It may cause the file handle not to be released.


-- 
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] ijuma closed pull request #11377: MINOR: Use try-with-resource to close the stream opened by Files.list()

Posted by GitBox <gi...@apache.org>.
ijuma closed pull request #11377:
URL: https://github.com/apache/kafka/pull/11377


   


-- 
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] mimaison commented on pull request #11377: MINOR: Use try-with-resource to close the stream opened by Files.list()

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


   Thanks for the PR but it looks like this has already been fixed in https://github.com/apache/kafka/pull/11397


-- 
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] wenzelcheng commented on pull request #11377: MINOR: Use try-with-resource to close the stream opened by Files.list()

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


   @ijuma  @tombentley request for review. 


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