You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "A. Sophie Blee-Goldman (Jira)" <ji...@apache.org> on 2021/08/30 23:22:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17406991#comment-17406991 ] 

A. Sophie Blee-Goldman commented on KAFKA-13248:
------------------------------------------------

Nice find, thanks for the report – would you be interested in submitting a patch for this?

> 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)