[
https://issues.apache.org/jira/browse/FLINK-26354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497544#comment-17497544
]
Dawid Wysakowicz edited comment on FLINK-26354 at 2/24/22, 4:56 PM:
--------------------------------------------------------------------
> How difficult would it be to make the short versions optional?
Close to impossible, as far as I am concerned (if we do not want to change the
library and I don't think the problem justifies such a move). The library we
use does not support it.
was (Author: dawidwys):
> How difficult would it be to make the short versions optional?
Close to impossible, as far as I am concerned. The library we use does not
support it.
> "-restoreMode" should be "--restoreMode" and should have a shorthand
> --------------------------------------------------------------------
>
> Key: FLINK-26354
> URL: https://issues.apache.org/jira/browse/FLINK-26354
> Project: Flink
> Issue Type: Bug
> Components: Command Line Client
> Affects Versions: 1.15.0
> Reporter: Konstantin Knauf
> Priority: Minor
>
> {code:java}
> -restoreMode <arg> Defines how should we restore
> from the given savepoint.
> Supported options: [claim -
> claim ownership of the
> savepoint
> and delete once it is
> subsumed,
> no_claim (default) - do not
> claim ownership, the first
> checkpoint will not reuse any
> files from the restored one,
> legacy - the old behaviour, do
> not assume ownership of the
> savepoint files, but can reuse
> some shared files.
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)