ouyangwulin created KAFKA-8130: ---------------------------------- Summary: 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 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)