Re: Help Loading RowMutations From CommitLog without node restart

2013-11-12 Thread Panagiotis Garefalakis
I finally solved the problem, I post the solution here for future use. The simplest solution is to call DefsTables.mergeSchema() for each RowMutation. This way local Schema is kept up to date. Panagiotis On Tue, Nov 12, 2013 at 3:57 AM, Panagiotis Garefalakis wrote: > Hello all, > &g

Help Loading RowMutations From CommitLog without node restart

2013-11-11 Thread Panagiotis Garefalakis
Hello all, I hope this is the right mailing list for my question since I am totaly new to this community. I am working in a small project of my own trying to keep 3 Cassandra nodes replicated sending the Rowmutations from one of them to the others every time a write happens. I developed a class si