Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-13248

Class name mismatch for LoggerFactory.getLogger method in TimeOrderedWindowStoreBuilder.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • streams
    • None

    Description

      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 TimeOrderedWindowStoreBuilder<K, V> extends AbstractStoreBuilder<K, V, WindowStore<K, V>> {
      private final Logger log = LoggerFactory.getLogger(WindowStoreBuilder.class);

      private final WindowBytesStoreSupplier storeSupplier;

      public TimeOrderedWindowStoreBuilder(final WindowBytesStoreSupplier storeSupplier,
      final Serde<K> keySerde,

      Attachments

        1. KAFKA-13248.1.patch
          1 kB
          S. B. Hunter

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sider-bughunter S. B. Hunter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: