brandboat opened a new pull request, #16642: URL: https://github.com/apache/kafka/pull/16642
related to https://issues.apache.org/jira/browse/KAFKA-17168 RemoteLogReader [0] and RemoteStorageThreadPool [1] override the method `logPrefix` instead of passing to constructor. However, `LogContext` does not use the method `logPrefix` to set the prefix inner. That means the override method is no-op and the expected prefix is never propagated. [0] https://github.com/apache/kafka/blob/66655ab49a9401a62e1e99e637e0c5bd5a1ba550/core/src/main/java/kafka/log/remote/RemoteLogReader.java#L59 [1] https://github.com/apache/kafka/blob/66655ab49a9401a62e1e99e637e0c5bd5a1ba550/storage/src/main/java/org/apache/kafka/storage/internals/log/RemoteStorageThreadPool.java#L49 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
