[
https://issues.apache.org/jira/browse/FLINK-10005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16563643#comment-16563643
]
Chesnay Schepler edited comment on FLINK-10005 at 7/31/18 1:13 PM:
-------------------------------------------------------------------
Let me clarify the extent of this issue: If you use checkpoint/processing time
based policies the same output file will be repeatedly overwritten by the sink,
rendering the sink _completely_ unusable.
was (Author: zentol):
Let me clarify the extent of this issue: If you use checkpoint/processing time
based policies the output of the sink will be repeatedly overwritten by the
sink, rendering the sink _completely_ unusable.
> StreamingFileSink ignores checkpoint/processing time rolling policies
> ---------------------------------------------------------------------
>
> Key: FLINK-10005
> URL: https://issues.apache.org/jira/browse/FLINK-10005
> Project: Flink
> Issue Type: Bug
> Components: Streaming Connectors
> Affects Versions: 1.6.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Blocker
> Fix For: 1.6.0
>
>
> The {{StreamingFileSink}} supports different policies to determine whether a
> new part file should be created; on each checkpoint, once a certain size is
> reached or on processing time.
> This feature only works correctly for size thresholds, other policies are
> ignored.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)