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

Add utility to log the serializers of composite types

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.9
    • None
    • None

    Description

      Users affected by poor performance might want to understand how Flink is serializing their data.

      Therefore, it would be cool to have a tool utility which logs the serializers like this:
      SerializerUtils.getSerializers(TypeInformation<POJO> t);
      to get

      PojoSerializer
          TupleSerializer
            IntSer
            DateSer
            GenericTypeSer(java.sql.Date)
          PojoSerializer
            GenericTypeSer(HashMap)
      

      Attachments

        Activity

          People

            rmetzger Robert Metzger
            rmetzger Robert Metzger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: