Kowshik Prakasam created KAFKA-12722:
----------------------------------------
Summary: Evaluate moving replaceSegments into LogSegments class
Key: KAFKA-12722
URL: https://issues.apache.org/jira/browse/KAFKA-12722
Project: Kafka
Issue Type: Sub-task
Reporter: Kowshik Prakasam
The logic to replace segments is currently present as static logic in
Log.scala. Since it is operating on top of `existingSegments`, we should see if
we can move it into LogSegments class where it could be a better fit:
https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/log/Log.scala#L2296.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)