[teiid-issues] [JBoss JIRA] (TEIID-4476) Upgrade Cassandra Client library

Kylin Soong (JIRA) issues at jboss.org
Fri Feb 3 22:02:00 EST 2017


    [ https://issues.jboss.org/browse/TEIID-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13358204#comment-13358204 ] 

Kylin Soong edited comment on TEIID-4476 at 2/3/17 10:01 PM:
-------------------------------------------------------------

I have tested that current 2.x driver not work with cassandra 3.9. Below is the libraries change comparison between 3,x and 2.x:
{code}
 \- com.datastax.cassandra:cassandra-driver-core:jar:3.1.3:compile
    +- io.netty:netty-handler:jar:4.0.37.Final:compile
    |  +- io.netty:netty-buffer:jar:4.0.37.Final:compile
    |  |  \- io.netty:netty-common:jar:4.0.37.Final:compile
    |  +- io.netty:netty-transport:jar:4.0.37.Final:compile
    |  \- io.netty:netty-codec:jar:4.0.37.Final:compile
    +- com.google.guava:guava:jar:16.0.1:compile
    +- io.dropwizard.metrics:metrics-core:jar:3.1.2:compile
    |  \- org.slf4j:slf4j-api:jar:1.7.7:compile
    +- com.github.jnr:jnr-ffi:jar:2.0.7:compile
    |  +- com.github.jnr:jffi:jar:1.2.10:compile
    |  +- com.github.jnr:jffi:jar:native:1.2.10:runtime
    |  +- org.ow2.asm:asm:jar:5.0.3:compile
    |  +- org.ow2.asm:asm-commons:jar:5.0.3:compile
    |  +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
    |  +- org.ow2.asm:asm-tree:jar:5.0.3:compile
    |  +- org.ow2.asm:asm-util:jar:5.0.3:compile
    |  \- com.github.jnr:jnr-x86asm:jar:1.0.2:compile
    \- com.github.jnr:jnr-posix:jar:3.0.27:compile
       \- com.github.jnr:jnr-constants:jar:0.9.0:compile


 \- com.datastax.cassandra:cassandra-driver-core:jar:2.1.3:compile
    +- io.netty:netty:jar:3.9.0.Final:compile
    +- com.google.guava:guava:jar:14.0.1:compile
    \- com.codahale.metrics:metrics-core:jar:3.0.2:compile
       \- org.slf4j:slf4j-api:jar:1.7.5:compile
{code} 


was (Author: kylin):
I have tested that current 2.x driver not work with cassandra 3.9.

> Upgrade Cassandra Client library
> --------------------------------
>
>                 Key: TEIID-4476
>                 URL: https://issues.jboss.org/browse/TEIID-4476
>             Project: Teiid
>          Issue Type: Task
>          Components: Misc. Connectors
>            Reporter: Ramesh Reddy
>            Assignee: Kylin Soong
>             Fix For: 9.3
>
>
> Cassandra client version of the library is 2.1, this needs to be upgraded to the latest version.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list