You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Colin McCabe (Jira)" <ji...@apache.org> on 2019/12/10 00:47:00 UTC

[jira] [Created] (KAFKA-9288) Do not allow the same object to be inserted multiple times into ImplicitLinkedHashCollection

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)