Colin McCabe created KAFKA-9288: ----------------------------------- Summary: 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
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)