[GitHub] kafka pull request #4016: MINOR: Simplify log cleaner and fix compiler warni...

2017-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/4016 ---

[GitHub] kafka pull request #4016: MINOR: Simplify log cleaner and fix compiler warni...

2017-10-04 Thread ijuma
GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/4016 MINOR: Simplify log cleaner and fix compiler warnings - Simplify LogCleaner.cleanSegments and add comment regarding thread unsafe usage of `LogSegment.append`. This was a result of investigating