[ https://issues.apache.org/jira/browse/KAFKA-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16993479#comment-16993479 ]
ASF GitHub Bot commented on KAFKA-9288: --------------------------------------- dengziming commented on pull request #7816: Kafka-9291: remove the code of KAFKA-9288 which bring fatal bug URL: https://github.com/apache/kafka/pull/7816 ---------------------------------------------------------------- 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: us...@infra.apache.org > Do not allow the same object to be inserted multiple times into > ImplicitLinkedHashCollection > -------------------------------------------------------------------------------------------- > > Key: KAFKA-9288 > URL: https://issues.apache.org/jira/browse/KAFKA-9288 > Project: Kafka > Issue Type: Improvement > Reporter: Colin McCabe > Assignee: Colin McCabe > Priority: Major > > We should not allow the same object to be inserted multiple times into > ImplicitLinkedHashCollection. It causes corruption because there is only one > set of previous and next pointers in the node. -- This message was sent by Atlassian Jira (v8.3.4#803005)