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

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

     [ https://issues.apache.org/jira/browse/FLINK-17885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yichao Yang updated FLINK-17885:
--------------------------------
    Description: 
StreamingFileCommitter has a 
{code:java}
private transient long currentWatermark = Long.MIN_VALUE;{code}
 

The transient value will be set to 0 after deserialization.

Should we remove the transient key word?

  was:
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?


> 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
>            Priority: Major
>
> StreamingFileCommitter has a 
> {code:java}
> private transient long currentWatermark = Long.MIN_VALUE;{code}
>  
> 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)