[
https://issues.apache.org/jira/browse/NIFI-11069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678797#comment-17678797
]
ASF subversion and git services commented on NIFI-11069:
--------------------------------------------------------
Commit 312c6190e9cf6e0946d9c69b6c38622e20453fe3 in nifi's branch
refs/heads/main from krisztina-zsihovszki
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=312c6190e9 ]
NIFI-11069 PutDropbox: remove upload cancellation, unify conflict resolution
naming
This closes #6855.
Signed-off-by: Peter Turcsanyi <[email protected]>
> PutDropbox: remove upload cancellation, unify conflict resolution strategy
> naming
> ---------------------------------------------------------------------------------
>
> Key: NIFI-11069
> URL: https://issues.apache.org/jira/browse/NIFI-11069
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Zsihovszki Krisztina
> Assignee: Zsihovszki Krisztina
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> PutDrobox processor cancels the upload in shutdown() (onUnscheduled) method.
> This upload cancellation is not need since the processor is properly stopped
> if user terminates the processor.
> PutDropbox uses "fail", "overwrite" and "ignore" conflict resolution
> strategies. Other PutX processors use the name "replace" instead of
> "overwrite".
> PutDropbox should follow the same naming convention.
> Also in scope of NIFI-11068 the conflict resolution strategies will be
> extracted to a common class.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)