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

String fields of RecordedEvent are read as null if length greater than 16

XMLWordPrintable

    • jfr
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      In a lot of scenarios I read events from JFR using the class `jdk.jfr.consumer.RecordingStream`
      Turns out that when strings ARE LONGER THAN 16 characters, the read value is null despite the fact that the event value is not null (I can see it using JMC for example)

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      I have a reproducer in GitHub with a Kafka producer and consumer but it requires to execute a docker compose command and create a Kafka topic


      FREQUENCY : always


            rsurianaraya Rajagopal Surianarayanan
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: