Re: Are there Cassandra Jenkins server?

2013-11-12 Thread Shinpei Nakata
Hi Michael, Thank you for letting me know. As you say, test failures because of TIMEOUT issue get recovered. There're some unit tests are still failing, but I think these're other ongoing issues. (Since you removed TIMEOUT issues, total time of 'ant test' improved too, which is great help for me,

Re: Are there Cassandra Jenkins server?

2013-11-12 Thread Michael Shuler
On 11/11/2013 08:59 PM, Shinpei Nakata wrote: > On Tue, Nov 12, 2013 at 12:46 AM, Michael Shuler > wrote: >> https://issues.apache.org/jira/browse/CASSANDRA-6321 > > Okay, I relieved. Exactly same failures (TIMEOUT) happening in my > local environment. Shinpei, a fix was committed to trunk a li

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, > > I hope this