Re: Hector Client Failover errors

2010-06-27 Thread Ran Tavory
ttransport exception usually happens when the server cannot respond or there's a network error. Can you send more context to from your code? More context from the exception? Is the insertion rate about the same in the thrift or hector versions? If insertion with hector is faster than thrift (conne

Hector Client Failover errors

2010-06-27 Thread Atul Gosain
I am trying to insert the data using hector client. Using only one host in the pool ie. localhost. like as follows CassandraClientPool pool = CassandraClientPoolFactory.INSTANCE.get(); client = pool.borrowClient("localhost", 9160); global = client.getKeyspace(key