[ https://issues.apache.org/jira/browse/KAFKA-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lee chen updated KAFKA-9869: ---------------------------- Description: My kafka version is 0.11.x .The producer I used add the config conpression.type = gzip, which Configurate in broker is “producer”. When I send some messages in one topic ,and use simpleConsumer to read the topic messages.When read the partition-1 's offset 167923404.I got a error like this: java.util.zip.ZipException I use the tools ./kafka-simple-consumer-shell.sh to read the partition-1 's data of 167923404,but cannot read it. It seems like that this message has missed.\ and I am not damage the log dir of parititon-1,or not delete this offset ,such as use the tools :kafka-delete-records.sh . and the offset is discontinuous. was: My kafka version is 0.11.x .The producer I used add the config conpression.type = gzip, which Configurate in broker is “producer”. When I send some messages in one topic ,and use simpleConsumer to read the topic messages.When read the partition-1 's offset 167923404.I got a error like this: java.util.zip.ZipException I use the tools ./kafka-simple-consumer-shell.sh to read the partition-1 's data of 167923404,but cannot read it. It seems like that this message has missed.\ and I am not damage the log dir of parititon-1,or not delete this offset ,such as use the tools :kafka-delete-records.sh . and the offset > kafka offset is discontinuous when appear when appear EOFException > -------------------------------------------------------------------- > > Key: KAFKA-9869 > URL: https://issues.apache.org/jira/browse/KAFKA-9869 > Project: Kafka > Issue Type: Bug > Components: core > Affects Versions: 0.11.0.4 > Reporter: Lee chen > Priority: Major > > My kafka version is 0.11.x .The producer I used add the config > conpression.type = gzip, which Configurate in broker is “producer”. > When I send some messages in one topic ,and use simpleConsumer to read > the topic messages.When read the partition-1 's offset 167923404.I got a > error like this: java.util.zip.ZipException > I use the tools ./kafka-simple-consumer-shell.sh to read the > partition-1 's data of 167923404,but cannot read it. It seems like that this > message has missed.\ and I am not damage the log dir of parititon-1,or not > delete this offset ,such as use the tools :kafka-delete-records.sh . and the > offset is discontinuous. > > -- This message was sent by Atlassian Jira (v8.3.4#803005)