Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-24409

Kafka topics with periods in their names generate a constant stream of errors

    XMLWordPrintableJSON

Details

    Description

      Attempting to port a job that worked on 1.13.2 over to 1.14.0 I encountered this error.  Going into the code I discovered that the reason seems to be this logic.  But the tags being examined here are generated at least partly by this code.  The tags always translate periods in the topic name to underscores, but the code in KafkaSourceReaderMetrics uses the untransformed topic name in the filter.  Therefore if the topic name has a period in it the filtering logic will always fail.

       The code that's generating the error is apparently very recent, being merged in this PR https://github.com/apache/flink/pull/16838

       

       

      Attachments

        Issue Links

          Activity

            People

              fpaul Fabian Paul
              jherico Brad Davis
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: