[ 
https://issues.apache.org/jira/browse/IGNITE-14670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338936#comment-17338936
 ] 

Vladislav Pyatkov commented on IGNITE-14670:
--------------------------------------------

LGTM

> Update MetaStorageManager with invoke method for atomic multi-update
> --------------------------------------------------------------------
>
>                 Key: IGNITE-14670
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14670
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Kirill Gusakov
>            Assignee: Kirill Gusakov
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Configuration updates must be done as one atomic batch with one revision. 
> To implement this approach we need to update API of DMS manager with the 
> following method:
> {code:java}
> public @NotNull CompletableFuture<Boolean> invoke(@NotNull Condition cond,
>     @NotNull Collection<Operation> success, @NotNull Collection<Operation> 
> failure)
> {code}
> and update Condition with key parameter.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to