You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2022/08/03 22:05:38 UTC

[ignite-3] branch main updated: IGNITE-14269 Removed outdated TODO

This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d601f338 IGNITE-14269 Removed outdated TODO
2d601f338 is described below

commit 2d601f3380c8145e229d4621fc0f1d8d8c418760
Author: Slava Koptilin <sl...@gmail.com>
AuthorDate: Thu Aug 4 01:05:17 2022 +0300

    IGNITE-14269 Removed outdated TODO
---
 .../apache/ignite/internal/metastorage/client/MetaStorageService.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/metastorage-client/src/main/java/org/apache/ignite/internal/metastorage/client/MetaStorageService.java b/modules/metastorage-client/src/main/java/org/apache/ignite/internal/metastorage/client/MetaStorageService.java
index d597f78dc..6f10fc39c 100644
--- a/modules/metastorage-client/src/main/java/org/apache/ignite/internal/metastorage/client/MetaStorageService.java
+++ b/modules/metastorage-client/src/main/java/org/apache/ignite/internal/metastorage/client/MetaStorageService.java
@@ -199,7 +199,6 @@ public interface MetaStorageService {
      * @see Condition
      * @see Operation
      */
-    // TODO: https://issues.apache.org/jira/browse/IGNITE-14269: will be replaced by conditional multi update.
     @NotNull
     CompletableFuture<Boolean> invoke(@NotNull Condition condition,
             @NotNull Operation success, @NotNull Operation failure);