Jay Kreps created KAFKA-518:
-------------------------------
Summary: 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
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