Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8285481

KafkaStressTest24H.java failed with "org.apache.kafka.common.errors.TimeoutException: Topic topic not present in metadata after 60000 ms."

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4
    • tbd
    • 19
    • hotspot
    • x86_64
    • linux

    Description

      The following test failed in the JDK19 CI:

      applications/kafkastress/KafkaStressTest24H.java

      Here's a snippet from the log file:

      org.apache.kafka.common.errors.TimeoutException: Topic topic not present in metadata after 60000 ms.
      org.apache.kafka.common.errors.TimeoutException: Topic topic not present in metadata after 60000 ms.
      org.apache.kafka.common.errors.TimeoutException: Topic topic not present in metadata after 60000 ms.
      org.apache.kafka.common.errors.TimeoutException: Topic topic not present in metadata after 60000 ms.
      ]
       exitValue = 134

      ================================================================================
      java.lang.RuntimeException: Expected to get exit value of [0]

      at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
      at applications.kitchensink.process.picker.modules.KafkaPickerModule.execute(KafkaPickerModule.java:98)
      at applications.kitchensink.process.picker.modules.PickerModule.run(PickerModule.java:140)
      at java.base/java.lang.Thread.run(Thread.java:828)
      ================================================================================
      Picker module finished at [Fri Apr 22 06:10:03 UTC 2022]: Kafka
      [Fri Apr 22 06:10:17 UTC 2022] (1650607817315) Picker module has been shutdown
      [Fri Apr 22 06:10:17 UTC 2022] (1650607817315) Stress process is about to shutdown
      Going to request to stop or kill stress process: 15919
      Stress process: 15919 is still alive.
      Connected.
      Request sent.
      ----------rerun:(38/7942)*----------

      <snip>

      result: Error. Program `/opt/mach5/mesos/work_dir/jib-master/install/jdk-19+19-1267/linux-x64.jdk/jdk-19/bin/java' timed out (timeout set to 90000000ms, elapsed time including timeout handling was 90053568ms).


      So we have three different failure modes here:

      - org.apache.kafka.common.errors.TimeoutException: Topic topic not present in metadata after 60000 ms.
      - exitValue = 134
      - timeout

      I'm starting this bug in hotspot/test for initial triage.

      Attachments

        Activity

          People

            lmesnik Leonid Mesnik
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: