Thrift client thread is locked. (TSocket is initialized with _timeout)

2011-04-27 Thread 박용욱
Hello. I have a problem with thrift client socket. Server (0.7.4) - 6 nodes cluster - reboot 1 node(EC2 instance) suddenly. Client (hector-core-0.7.0-22, libthrift-0.5) - hector's cassandraThriftSocketTimeout option is set to 3ms and *It initiated TSocket with same timeout(Socket.setSoTimeo

Re: choose which Hector's serializer for Cassandra performance?

2011-04-13 Thread 박용욱
Thanks very much Aaron! 4. Not sure how Hector handles it, try https://github.com/zznate/cassandra-tutorial or https://github.com/zznate/hector-examples Let me ask question 4 again. :) 1. RandomPartitioner and OrderPreservingPartitioner response same r

choose which Hector's serializer for Cassandra performance?

2011-04-13 Thread 박용욱
I have questions below. 1. In cassandra server, row key, column name and column value are saved in byte[], aren't they? 2. If I call hector's mutator.addInsertion(rowKey, cfName, HColumn), does the transformation from String/Integer to byte[] occur at client? or server? 3. If 2 occurs at server,