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

Please update the version of DataStax used by Astyanax, as several bugfixes have since been implemented, and the newer DataStax versions do not appear to break Astyanax.

I have been trying to implement Object chunk store implementation with Cassandra 3.x (tried same with 2.x as well getting same error) 1. Table schema :- CREATE TABLE test.employees1(empid int...

...astyanax.connectionpool.impl.TokenPartitionedTopology Line 148 a BigInteger is created with an (implied) base 10 from a token string which is base 16. This results in a NumberFormatException, which in turn basically makes...

Adding `transitive = false` to a dependency only affects the project at build time, it's not reflected in the published artifacts. This adds `*` exclusions to the dependency so undesirable...

Hi, Is it possible to remove the log4j.xml that is packaged in the astyanax-recipes and astyanax-entity-mapper jars please? The log4j file is getting picked up when these jars are deployed...

I use astyanax cassandra driver on tomcat to access data from cassandra. while stopping tomcat server; it is hung on threads started from astyanax library. Has any one come across...

I haven't seen any updates on cassandra driver compatibility page since May last year. Which astyanax version supports cassandra 2.1, 2.2 and 3.0+ versions?

This pull request is focused on resolving occurrences of Sonar rule squid:S1854 - Dead stores should be removed You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S1854 Please let...

This pull request is focused on resolving occurrences of Sonar rule squid:S1481 - Unused local variables should be removed You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S1481 Please...

This pull request is focused on resolving occurrences of Sonar rule squid:S2583 - Conditions should not unconditionally evaluate to "TRUE" or to "FALSE" You can find more information about the...