[ https://issues.apache.org/jira/browse/KAFKA-8325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16893750#comment-16893750 ]
Mattia Barbon commented on KAFKA-8325: -------------------------------------- [~bob-barrett] all the cases seem to be instances of {quote}{{WARN [2019-07-26 13:09:27.670] [20295:kafka-producer-network-thread] org.apache.kafka.clients.producer.internals.Sender: [Producer clientId=232-prd-0, transactionalId=232-prd-0] Got error produce response in correlation id 4397 on topic-partition topic-31, splitting and retrying (2147483647 attempts left). Error: MESSAGE_TOO_LARGE}} {{ WARN [2019-07-26 13:09:27.839] [20295:kafka-producer-network-thread] org.apache.kafka.clients.producer.internals.Sender: [Producer clientId=232-prd-0, transactionalId=232-prd-0] Got error produce response with correlation id 4404 on topic-partition }}{{topic}}{{-31, retrying (2147483646 attempts left). Error: OUT_OF_ORDER_SEQUENCE_NUMBER}} {{ ERROR [2019-07-26 13:09:30.562] [20295:kafka-producer-network-thread] org.apache.kafka.clients.producer.internals.Sender: [Producer clientId=232-prd-0, transactionalId=232-prd-0] Uncaught error in kafka producer I/O thread:}}{quote} > Remove from the incomplete set failed. This should be impossible > ---------------------------------------------------------------- > > Key: KAFKA-8325 > URL: https://issues.apache.org/jira/browse/KAFKA-8325 > Project: Kafka > Issue Type: Bug > Components: producer > Affects Versions: 2.1.0, 2.3.0 > Reporter: Mattia Barbon > Assignee: Bob Barrett > Priority: Major > > I got this error when using the Kafka producer. So far it happened twice, > with an interval of about 1 week. > {{ERROR [2019-05-05 08:43:07,505] > org.apache.kafka.clients.producer.internals.Sender: [Producer > clientId=<redacted>, transactionalId=<redacted>] Uncaught error in kafka > producer I/O thread:}} > {{ ! java.lang.IllegalStateException: Remove from the incomplete set failed. > This should be impossible.}} > {{ ! at > org.apache.kafka.clients.producer.internals.IncompleteBatches.remove(IncompleteBatches.java:44)}} > {{ ! at > org.apache.kafka.clients.producer.internals.RecordAccumulator.deallocate(RecordAccumulator.java:645)}} > {{ ! at > org.apache.kafka.clients.producer.internals.Sender.failBatch(Sender.java:717)}} > {{ ! at > org.apache.kafka.clients.producer.internals.Sender.sendProducerData(Sender.java:365)}} > {{ ! at > org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:308)}} > {{ ! at > org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:233)}} > {{ ! at java.lang.Thread.run(Thread.java:748)}} -- This message was sent by Atlassian JIRA (v7.6.14#76016)