AW: Data ends up in wrong Columnfamily

2011-02-11 Thread Roland Gude
@cassandra.apache.org Betreff: Re: Data ends up in wrong Columnfamily > So far so good, but it regularly happens, that data from one application > ends up in columnfamilies reserved for the other application as well as the > intended columnfamily. Maybe https://issues.apache.org/jira/browse/

AW: Data ends up in wrong Columnfamily

2011-02-11 Thread Roland Gude
the server, I will post it. Greetings, roland Von: Aaron Morton [mailto:aa...@thelastpickle.com] Gesendet: Donnerstag, 10. Februar 2011 21:37 An: user@cassandra.apache.org Betreff: Re: Data ends up in wrong Columnfamily Not heard of that before, chances are it's a problem in your code. Does ma

Re: Data ends up in wrong Columnfamily

2011-02-11 Thread Peter Schuller
> So far so good, but it regularly happens, that data from one application > ends up in columnfamilies reserved for the other application as well as the > intended columnfamily. Maybe https://issues.apache.org/jira/browse/CASSANDRA-1992 -- / Peter Schuller

Re: Data ends up in wrong Columnfamily

2011-02-10 Thread Aaron Morton
Not heard of that before, chances are it's a problem in your code. Does machine A even know the other CF name? Can you log the batch mutations you are sending? When it appears in the other CF is the data complete? There is also a Hector list, perhaps they can help. Aaron On 10/02/2011, at 11:5

Data ends up in wrong Columnfamily

2011-02-10 Thread Roland Gude
Hi, i am experiencing a strange issue. I have two applications writing to Cassandra (in different Column families in the same keyspace). The applications reside on different machines and know nothing about the existence of each other. The both produce data and write it in Cassandra with batch mu