kowshik opened a new pull request #10454:
URL: https://github.com/apache/kafka/pull/10454


   This PR is a precursor to the recovery logic refactor work (KAFKA-12553).
   
   I've renamed the file: `core/src/test/scala/unit/kafka/log/LogUtils.scala` 
to `core/src/test/scala/unit/kafka/log/LogTestUtils.scala`. Also I've renamed 
the underlying lass from `LogUtils` to `LogTestUtils`. This is going to help 
avoid a naming conflict with a new file called `LogUtils.scala` that I plan to 
introduce in `core/src/main/scala/kafka/log/` as part of the recovery logic 
refactor. The new file will also contain a bunch of static functions.
   
   **Tests:**
   Relying on existing tests to catch regressions (if any) since this is a 
simple change.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to