You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Gusakov (Jira)" <ji...@apache.org> on 2021/04/29 12:43:01 UTC

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

Kirill Gusakov created IGNITE-14670:
---------------------------------------

             Summary: 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


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)