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/24 17:49:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-13291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Daschinskiy updated IGNITE-13291:
--------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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
>            Priority: Trivial
>             Fix For: 2.10
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)