You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinskiy (Jira)" <ji...@apache.org> on 2020/07/23 08:30:00 UTC

[jira] [Created] (IGNITE-13291) Remove unnecessary dependency to curator-client from ZookeeperDiscoverySpi

Ivan Daschinskiy created IGNITE-13291:
-----------------------------------------

             Summary: Remove unnecessary dependency to curator-client from ZookeeperDiscoverySpi
                 Key: IGNITE-13291
                 URL: https://issues.apache.org/jira/browse/IGNITE-13291
             Project: Ignite
          Issue Type: Improvement
          Components: zookeeper
    Affects Versions: 2.9
            Reporter: Ivan Daschinskiy
            Assignee: Ivan Daschinskiy
             Fix For: 2.10


Currently, I suppose by mistake, we use 
{{org.apache.curator.utils.PathUtils#validatePath(java.lang.String)}} from {{curator-client}}
in {{ZookeeperDiscoverySpi}}. Generally, this discovery implementation doesn't depend on curator framework at all, except some test code. We should remove this dependency and add this utility method to our codebase.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)