On 11/6/2010 8:26 PM, Jonathan Ellis wrote:
> On Sat, Nov 6, 2010 at 4:51 PM, Reverend Chip wrote:
>> Am I to understand that
>> ring maintenance requests can just fail when partially complete, in the
>> same manner as a regular insert might fail, perhaps due to inter-node
>> RPC overflow?
> Yes,
Hi All,
Can someone please validate and recommend a solution for the given design
problem?
*Problem statement:* Need to de-queue data from Cassandra (from Standard
ColumnFamily) using a job but multiple instances of a job can run
simultaneously (kinda multiple threads), trying to access a same ro
Hi,
Did you solve this problem? I'm having the same poblem. I'm trying to
bootstrap a third node in a 0.66 cluster. It has two keyspaces: Keyspace1
and KeyspaceLogs, both with replication factor 2.
It starts bootstrapping, receives some streams but it keeps waiting for
streams. I enabled the debu
Thanks Edward,
It was in fact the server config file. I thought i was missing the
thrift_framed_transport property, but I don't see that in the Config.java
file. Setting thrift_framed_transport_size_in_mb to something other than 0
enables framed on the server. Also mentioned here
http://wiki.ap