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

Transient watermark attribute should be initial at runtime in streaming file operators

    XMLWordPrintableJSON

Details

    Description

      StreamingFileWriter has a 

      private transient long currentWatermark = Long.MIN_VALUE;

       

      in case developer wants to create a custom bucket assigner, it will receive a currentWatermark as 0, this might be conflict with the original flink approach to handle a min_long.

       

      should we remove the transient key word?

       

      Attachments

        Issue Links

          Activity

            People

              zhoujira86 xiaogang zhou
              zhoujira86 xiaogang zhou
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: