[
https://issues.apache.org/jira/browse/GEODE-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Deppe resolved GEODE-5206.
-------------------------------
Resolution: Fixed
Assignee: Jens Deppe
> Add an 'ignoreFailure' flag to CliFunctionResult
> ------------------------------------------------
>
> Key: GEODE-5206
> URL: https://issues.apache.org/jira/browse/GEODE-5206
> Project: Geode
> Issue Type: Improvement
> Components: gfsh
> Reporter: Jens Deppe
> Assignee: Jens Deppe
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Various commands have the ability to be idempotent with a
> {{--skip-if-exists}} (typically creation) or {{\-\-if-exists}} (typically
> deletion). This flag is passed to the function performing the actual work.
> With new cluster config POJOs we want to have the functions *only* accept the
> POJO as an argument. To that end the function should be able to set this new
> flag if the action fails because of a missing or already existing component.
> It will then be up to the command to process the returned
> {{CliFunctionResult}} to determine what to present to the user.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)