I'm using the binary release of Aquiles 1.0.0.1, with a 1.1.5 cassandra cluster. Thanks for a great little API that is easy and straight forward to use.
When I use the cassandra-cli to insert a l...
Id #15692 | Release:
None
| Updated: Feb 14 at 8:19 PM by Synaxin | Created: Oct 12, 2012 at 1:04 AM by Synaxin
By reading again the Thrift Documentation, it seems that the UnavailableException and TimedOutException doesn't mean that the node you are connected is down or not healthy, so invaliding the connec...
Id #12869 | Release:
Aquiles 0.7.0.5
| Updated: Fri at 7:16 AM by javiercanillas | Created: Jan 18, 2011 at 2:55 PM by javiercanillas
To get all the entries in a columnfamily, cassandra expects the first startkey value to have StartKey.Length == 0. Current code doesn't allow this need something like the following:
Change Aqui...
Id #12796 | Release:
Aquiles 0.7.0.5
| Updated: Fri at 7:16 AM by javiercanillas | Created: Jan 7, 2011 at 2:14 PM by javiercanillas
I try to generate multiple timeuuid using GuidGenerator.cs, but looks like it can generate duplicate uuid values sometimes.
Here is my code:
for (int i = 0; i < 10; i++)
{
Guid guid = Aquiles.H...
Id #12557 | Release:
Aquiles 0.7.0.3
| Updated: Fri at 7:16 AM by apack12 | Created: Nov 23, 2010 at 3:48 PM by javiercanillas
If you tried to execute a MultiGetSliceCommand without setting the SuperColumn (because you want to get all the child SuperColumns) over a ColumnFamily that is Super, you will get an exception with...
Id #11745 | Release:
Aquiles v0.6.4.0
| Updated: Fri at 7:16 AM by javiercanillas | Created: Aug 11, 2010 at 9:15 PM by javiercanillas
BatchMutateCommand does not validate the ColumnFamily Type before proceeding with the execution. Doing so, you can try to push an insert with a SuperColumn over a Standard SuperColumn.
This is al...
Id #11744 | Release:
Aquiles v0.6.4.0
| Updated: Fri at 7:16 AM by javiercanillas | Created: Aug 11, 2010 at 9:10 PM by javiercanillas
When using a DeleteCommand the input column must contain a not null value even though it is not actually needed for the deletation operation.
Id #11456 | Release:
Aquiles v0.6.2.1
| Updated: Fri at 7:16 AM by javiercanillas | Created: Jul 8, 2010 at 2:39 PM by javiercanillas
I was testing the library with a basic configuration (see below) and my server reported a divide by zero exception in SizeControlledConnectionPool.controlIdleClientSizeMethod. I think it's because...
Id #11340 | Release:
Aquiles v1.0.0.1
| Updated: Fri at 7:16 AM by javiercanillas | Created: Jun 30, 2010 at 9:26 PM by dmcintosh