You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yichao Yang (Jira)" <ji...@apache.org> on 2020/05/22 11:20:00 UTC

[jira] [Created] (FLINK-17885) StreamingFileCommitter watermark attribute is transient, this might be different with origin value

Yichao Yang created FLINK-17885:
-----------------------------------

             Summary: StreamingFileCommitter watermark attribute is transient, this might be different with origin value
                 Key: FLINK-17885
                 URL: https://issues.apache.org/jira/browse/FLINK-17885
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
    Affects Versions: 1.11.0
            Reporter: Yichao Yang


StreamingFileCommitter has a 

private transient long currentWatermark = Long.MIN_VALUE;

 

The transient value will be set to 0 after deserialization.

should we remove the transient key word?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)