You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2021/05/04 08:03:00 UTC

[jira] [Commented] (IGNITE-14670) Update MetaStorageManager with invoke method for atomic multi-update

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

Mirza Aliev 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: 20m
>  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)