astyanax icon indicating copy to clipboard operation
astyanax copied to clipboard

Cassandra Java Client

Results 103 astyanax issues
Sort by recently updated
recently updated
newest added

What's the component that replaces this one https://github.com/Netflix/astyanax/wiki/Chunked-Object-Store in the new java datastax driver?

astyanax-thrift 3.6.0 incorrectly lists cassandra-thrift as a runtime dependency rather than a compile-time dependency. Here is the relevant excerpt from http://central.maven.org/maven2/com/netflix/astyanax/astyanax-thrift/3.6.0/astyanax-thrift-3.6.0.pom. ``` ... org.apache.cassandra cassandra-thrift 2.0.12 runtime ... ``` The...

io.netty:netty:3.9.0.Final The OWASP dependency plugin flags it as having a known SSL vulnerability Pls release new version with updated Netty. > Published Vulnerabilities CVE-2014-3488 Severity: Medium CVSS Score: 5.0 (AV:N/AC:L/Au:N/C:N/I:N/A:P)...

Given the fact that astyanax doesn't shrink it's connection pools and there is https://issues.apache.org/jira/browse/THRIFT-1457 it creates a possibility for a nasty memory leak. In our apps I saw pools consuming...

The report on API changes for the Astyanax Core library since 3.0.0 version: https://abi-laboratory.pro/java/tracker/timeline/astyanax-core/ The report is updated 3 times a week (Mon, Wed, Fri). Hope it will be helpful...

Trying to load up an Astyanax context, but I keep getting an error in my stack trace as follows: ``` Caused by: java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.build()Lcom/google/common/cache/Cache; at com.netflix.astyanax.thrift.ThriftKeyspaceImpl.(ThriftKeyspaceImpl.java:116) at com.netflix.astyanax.thrift.ThriftFamilyFactory.createKeyspace(ThriftFamilyFactory.java:41) at com.netflix.astyanax.AstyanaxContext$Builder.buildKeyspace(AstyanaxContext.java:146)...

This is in reference to #617 Please have a look and suggest improvements.

A library should not contain default log4j configurations which can interfere with client's log4j configurations. E.g. in one case, my tests can't pick up log4j.properties in src/test/resources because log4j.xml in...