[ 
https://issues.apache.org/jira/browse/PHOENIX-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16265441#comment-16265441
 ] 

Josh Elser commented on PHOENIX-4400:
-------------------------------------

I know I had posed this question to Sergey in private chat:

IIRC, Phoenix is only using Curator for PQS load balancer work that Rahul was 
working on. As such, this shouldn't be hitting on the classpath for the 
phoenix-server or phoenix-client jar (only the phoenix-thin-client jar). Maybe 
we just need to fix some depMgmt?

> Update pom curator and disruptor version to be compatible with HBase-2.0
> ------------------------------------------------------------------------
>
>                 Key: PHOENIX-4400
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4400
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Ankit Singhal
>            Assignee: Sergey Soldatov
>              Labels: HBase-2.0
>
> {code}
>   <dependency>
>        <groupId>com.lmax</groupId>
>        <artifactId>disruptor</artifactId>
> -      <version>3.2.0</version>
> +      <version>3.3.6</version>
>        <scope>test</scope>
>      </dependency>
>      <dependency>
> -   <curator.version>2.12.0</curator.version>
> +   <curator.version>4.0.0</curator.version>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to