[
https://issues.apache.org/jira/browse/FLINK-21638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-21638:
-----------------------------------
Labels: auto-deprioritized-major stale-minor (was:
auto-deprioritized-major)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is
still Minor, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> Clean up argument order and semantics of all "stopWithSavepoint" calls in the
> codebase
> --------------------------------------------------------------------------------------
>
> Key: FLINK-21638
> URL: https://issues.apache.org/jira/browse/FLINK-21638
> Project: Flink
> Issue Type: Technical Debt
> Components: Client / Job Submission, Runtime / Coordination
> Reporter: Robert Metzger
> Priority: Minor
> Labels: auto-deprioritized-major, stale-minor
>
> This came up in a review:
> https://github.com/apache/flink/pull/14948#discussion_r588304475
> The stopWithSavepoint() methods in Flink have a boolean flag, indicating
> either whether we inject a MAX_WATERMARK in the pipeline, or whether we
> terminate or suspend a job.
> As part of this ticket, I propose to introduce a new enum type in flink-core
> "StopWithSavepointBehavior" with SUSPEND and TERMINATE fields and replace the
> boolean flag with this new field.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)