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/20 07:30:00 UTC

[jira] [Commented] (KAFKA-8130) The consumer is not closed in GetOffsetShell, will exhausted socket channel when frequent calls

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

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

Mrart commented on pull request #6473: KAFKA-8130:The consumer is not closed in GetOffsetShell, will exhausted socket channel when frequent calls
URL: https://github.com/apache/kafka/pull/6473
 
 
   When use command "bin/kafka-run-class.sh kafka.tools.GetOffsetShell --topic test --time -2 --broker-list 127.0.0.1:9092 --partitions 1" frequently, or use code call kafka.tools.GetOffsetShell method more then socket limit. It will show us  "Too many open files" error.
   
   ### 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


> The consumer is not closed in GetOffsetShell, will exhausted socket channel when  frequent calls
> ------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-8130
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8130
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.10.2.2
>            Reporter: ouyangwulin
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 0.10.2.2
>
>
> When use command "bin/kafka-run-class.sh kafka.tools.GetOffsetShell --topic test --time -2 --broker-list 127.0.0.1:9092 --partitions 1" frequently, or use code call kafka.tools.GetOffsetShell method more then socket limit. It will show us  "Too many open files" error.



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