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)