You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "S. B. Hunter (Jira)" <ji...@apache.org> on 2021/08/29 03:54:00 UTC

[jira] [Updated] (KAFKA-13248) Class name mismatch for LoggerFactory.getLogger method in TimeOrderedWindowStoreBuilder.java

     [ https://issues.apache.org/jira/browse/KAFKA-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. B. Hunter updated KAFKA-13248:
---------------------------------
    Attachment: KAFKA-13248.1.patch

> 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
>            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.3.4#803005)