Re: Are there Cassandra Jenkins server?
On 11/10/2013 08:21 PM, Shinpei Nakata wrote: > I've been working on writing a patch for Cassandra recently on the > latest git trunk > (http://git-wip-us.apache.org/repos/asf/cassandra.git). However, from > last week, I got many unit tests error/failure from 'ant test' result. > I'm wondering that these errors are because of my patch/environment or > not. I'm working on tracking down unit test failures in #6321 - it is not just your environment. https://issues.apache.org/jira/browse/CASSANDRA-6321 > So, here's my question, Does C* have Jenkins server or any testing > service that I can see the "official" unit test results? I checked > http://builds.apache.org, but couldn't find C* on the list. There are a couple links in the ticket for buildbot log samples, but the base unit test bot is at http://buildbot.datastax.com:8020/ -- Kind regards, Michael
Help Loading RowMutations From CommitLog without node restart
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 similar to CommitLogReplayer that takes a Rowmuation as input instead of Log File. Everyhing seems to work fine but my problem is that these data are not loaded in the Cassandras Schema (I tested it using the default Cassanndra-cli and run show keyspaces)but when I restart these replica servers after rebooting the data will be sucesfully shown in the keyspace. My whole purpose is to make these changes visible without restarting the nodes. I already know that there may be some extra stages to load these data like create new MetaData or SStables but I am not sure where to look at. Any help will be appreciated!
Re: Are there Cassandra Jenkins server?
Hi Michael, On Tue, Nov 12, 2013 at 12:46 AM, Michael Shuler wrote: > On 11/10/2013 08:21 PM, Shinpei Nakata wrote: >> I've been working on writing a patch for Cassandra recently on the >> latest git trunk >> (http://git-wip-us.apache.org/repos/asf/cassandra.git). However, from >> last week, I got many unit tests error/failure from 'ant test' result. >> I'm wondering that these errors are because of my patch/environment or >> not. > > I'm working on tracking down unit test failures in #6321 - it is not > just your environment. > > https://issues.apache.org/jira/browse/CASSANDRA-6321 Okay, I relieved. Exactly same failures (TIMEOUT) happening in my local environment. >> So, here's my question, Does C* have Jenkins server or any testing >> service that I can see the "official" unit test results? I checked >> http://builds.apache.org, but couldn't find C* on the list. > > There are a couple links in the ticket for buildbot log samples, but the > base unit test bot is at http://buildbot.datastax.com:8020/ Thank you for this information too. > -- > Kind regards, > Michael Regards, -- =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Shinpei Nakata e-mail:shinpei.nak...@gmail.com =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=