You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matt Allwood (Jira)" <ji...@apache.org> on 2022/09/09 11:53:00 UTC

[jira] [Created] (KAFKA-14211) Streams log message has partition and offset transposed

Matt Allwood created KAFKA-14211:
------------------------------------

             Summary: Streams log message has partition and offset transposed
                 Key: KAFKA-14211
                 URL: https://issues.apache.org/jira/browse/KAFKA-14211
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 3.1.1
            Reporter: Matt Allwood


The log warning message for out-of-order KTable update has partition and offset the wrong way around.

For example:
{noformat}
[...-StreamThread-1] WARN org.apache.kafka.streams.kstream.internals.KTableSource - Detected out-of-order KTable update for KTABLE-FK-JOIN-OUTPUT-STATE-STORE-0000000274, old timestamp=[1649245600022] new timestamp=[1642429126882]. topic=[...-KTABLE-FK-JOIN-SUBSCRIPTION-RESPONSE-0000000269-topic] partition=[2813] offset=[0].{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)