[
https://issues.apache.org/jira/browse/KAFKA-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evan Zhou resolved KAFKA-13248.
-------------------------------
Resolution: Fixed
Fixed by KAFKA-13216
> Class name mismatch for LoggerFactory.getLogger method in
> TimeOrderedWindowStoreBuilder.java
> --------------------------------------------------------------------------------------------
>
> Key: KAFKA-13248
> URL: https://issues.apache.org/jira/browse/KAFKA-13248
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Reporter: S. B. Hunter
> Assignee: Gavin Wang
> Priority: Minor
> Attachments: KAFKA-13248.1.patch
>
>
> I have noticed a mismatch with the class name passed to the
> LoggerFactory.getLogger method. This would make it hard to track the source
> of log messages.
> public class {color:#00875a}TimeOrderedWindowStoreBuilder{color}<K, V>
> extends AbstractStoreBuilder<K, V, WindowStore<K, V>> {
> private final Logger log =
> LoggerFactory.getLogger({color:#de350b}WindowStoreBuilder{color}.class);
> private final WindowBytesStoreSupplier storeSupplier;
> public {color:#00875a}TimeOrderedWindowStoreBuilder{color}(final
> WindowBytesStoreSupplier storeSupplier,
> final Serde<K> keySerde,
--
This message was sent by Atlassian Jira
(v8.20.10#820010)