Hi all,
When I read thrift's source code, I see THttpClient.java. Does cassandra
support it and can I use it as a transport to connect to cassandra server?
Best Regards
Jim
Hi all,
The cluster has 5 nodes, one keyspace(RF=3), a table(named t1) and a
column family(named cf1,and has two fixed columns each row).
Single thread, two test programs to insert data using lightweight
transaction.
the pseudocode is as follows:
program 1:
...
for (int i=1;i<1;i++){
...
it.
I try to enlarge cas_contention_timeout_in_ms in cassandra.yaml, but it
does not work.
my cassandra version is 2.0.3, and the cluster has two nodes with
keypsace's replication_factor is 2.
Best Regards
Jim Xu