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 948f6f1874 IGNITE-14604 Remove outdated TODOs
948f6f1874 is described below

commit 948f6f18743888ed65198d31a0ed809e737f9d09
Author: Slava Koptilin <slava.kopti...@gmail.com>
AuthorDate: Tue Sep 5 13:44:30 2023 +0300

    IGNITE-14604 Remove outdated TODOs
---
 .../configuration/storage/DistributedConfigurationStorage.java        | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/modules/runner/src/main/java/org/apache/ignite/internal/configuration/storage/DistributedConfigurationStorage.java
 
b/modules/runner/src/main/java/org/apache/ignite/internal/configuration/storage/DistributedConfigurationStorage.java
index 999d1f49cd..c9d95e84fb 100644
--- 
a/modules/runner/src/main/java/org/apache/ignite/internal/configuration/storage/DistributedConfigurationStorage.java
+++ 
b/modules/runner/src/main/java/org/apache/ignite/internal/configuration/storage/DistributedConfigurationStorage.java
@@ -300,8 +300,6 @@ public class DistributedConfigurationStorage implements 
ConfigurationStorage {
 
         this.lsnr = lsnr;
 
-        // TODO: registerPrefixWatch could throw OperationTimeoutException and 
CompactedException and we should
-        // TODO: properly handle such cases 
https://issues.apache.org/jira/browse/IGNITE-14604
         metaStorageMgr.registerPrefixWatch(DST_KEYS_START_RANGE, new 
WatchListener() {
             @Override
             public CompletableFuture<Void> onUpdate(WatchEvent events) {
@@ -339,8 +337,6 @@ public class DistributedConfigurationStorage implements 
ConfigurationStorage {
 
             @Override
             public void onError(Throwable e) {
-                // TODO: need to handle this case and there should some 
mechanism for registering new watch as far as
-                // TODO: onError unregisters failed watch 
https://issues.apache.org/jira/browse/IGNITE-14604
                 LOG.warn("Meta storage listener issue", e);
             }
         });

Reply via email to