[
https://issues.apache.org/jira/browse/FLINK-38356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz updated FLINK-38356:
-------------------------------------
Description:
When regenerating savepoint files for
{{WatermarkAssignerTestPrograms.WATERMARK_ASSIGNER_PUSHDOWN_METADATA}} it hangs
infinitely. The problem is that the combination of
{code}
.addOption("enable-watermark-push-down",
"true")
.addOption("disable-lookup", "true")
{code}
uses a source that finishes quickly before we can take a savepoint.
was:
When regenerating savepoint files for
{{WatermarkAssignerTestPrograms.WATERMARK_ASSIGNER_PUSHDOWN_METADATA}} it hangs
infinitely. The problem is that the combination of
{{code}}
.addOption("enable-watermark-push-down",
"true")
.addOption("disable-lookup", "true")
{{code}}
uses a source that finishes quickly before we can take a savepoint.
> Regenerating files for WATERMARK_ASSIGNER_PUSHDOWN_METADATA hangs
> -----------------------------------------------------------------
>
> Key: FLINK-38356
> URL: https://issues.apache.org/jira/browse/FLINK-38356
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner, Tests
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Major
>
> When regenerating savepoint files for
> {{WatermarkAssignerTestPrograms.WATERMARK_ASSIGNER_PUSHDOWN_METADATA}} it
> hangs infinitely. The problem is that the combination of
> {code}
> .addOption("enable-watermark-push-down",
> "true")
> .addOption("disable-lookup", "true")
> {code}
> uses a source that finishes quickly before we can take a savepoint.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)