[ 
https://issues.apache.org/jira/browse/KAFKA-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jay Kreps resolved KAFKA-518.
-----------------------------

    Resolution: Fixed
      Assignee: Jay Kreps

This was done as part of KAFKA-521
                
> Replace kafka.log.SegmentList with ConcurrentSkipListMap
> --------------------------------------------------------
>
>                 Key: KAFKA-518
>                 URL: https://issues.apache.org/jira/browse/KAFKA-518
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jay Kreps
>            Assignee: Jay Kreps
>            Priority: Minor
>
> The Log implementation uses a custom copy-on-write array and a binary search 
> to search for log segments. This is overengineered. We can delete this code 
> and replace it with an off-the-shelf ConcurrentSkipListMap. This code seems 
> to work so this is not pressing, just a simplification.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to