Jenkins build is back to stable : Cassandra-0.7-Coverage #20

2011-04-06 Thread Apache Hudson Server
See

RE: CASSANDRA-1851 and other stuff

2011-04-06 Thread Stephen Connolly
I have created http://wiki.apache.org/cassandra/HowToPublishToMavenCentral which is involved in relation to https://issues.apache.org/jira/browse/CASSANDRA-1851 If some committers could give feedback. I'd like to get the patch to land in 0.7 quickly so I can produce an updated patch for 0.8 befor

Jenkins build is back to normal : Cassandra #833

2011-04-06 Thread Apache Hudson Server
See

Build failed in Jenkins: Cassandra #832

2011-04-06 Thread Apache Hudson Server
See Changes: [jbellis] s/com.sun.xml.internal.ws.Closeable/java.io.Closeable/ [jbellis] add SerializingCacheProvider patch by Vijay and jbellis for CASSANDRA-1969 -- [...truncated 1947 lines...]

Re: trunk build failure

2011-04-06 Thread Jonathan Ellis
Fixed, thanks. On Wed, Apr 6, 2011 at 2:03 PM, pprun wrote: > Hi all, > I just got a build failure after sync the trunk, > the incorrect import statement causes the error: > > > *import com.sun.xml.internal.ws.Closeable;* > It should be: import java.io.Closeable; > public class MemoryInputStream

trunk build failure

2011-04-06 Thread pprun
Hi all, I just got a build failure after sync the trunk, the incorrect import statement causes the error: *import com.sun.xml.internal.ws.Closeable;* It should be: import java.io.Closeable; public class MemoryInputStream extends AbstractDataInput implements DataInput, *Closeable* ... - P

Build failed in Jenkins: Cassandra #831

2011-04-06 Thread Apache Hudson Server
See Changes: [jbellis] swap MB/minutes label in flush thresholds display [jbellis] upgrade to high scale lib 1.1.2 [jbellis] Revert prematurely-committed "add a server-wide cap on memtable memory usage" [jbellis] fix migrations w/ r