Build failed in Jenkins: Cassandra-0.7 #350

2011-03-04 Thread Apache Hudson Server
See -- Started by an SCM change Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of t

Re: 2GB rows and errros

2011-03-04 Thread Jonathan Ellis
Can you open a ticket with the exception you saw? On Fri, Mar 4, 2011 at 2:51 PM, Terje Marthinussen wrote: > Ah, yes, I should have noticed that distinction. > We actually hit this overflow on a row that was more than 60GB (yes, we had > to count the number of digits a few times to make sure). >

Re: 2GB rows and errros

2011-03-04 Thread Terje Marthinussen
Ah, yes, I should have noticed that distinction. We actually hit this overflow on a row that was more than 60GB (yes, we had to count the number of digits a few times to make sure). On Sat, Mar 5, 2011 at 5:41 AM, Jonathan Ellis wrote: > Second try: > > - this isn't used in row size (which is n

Re: 2GB rows and errros

2011-03-04 Thread Jonathan Ellis
Second try: - this isn't used in row size (which is not limited to 2GB) - it's used both for the column index summary and index-block reading, both of which should be well under 2GB - however, I don't see any technical reason this method should return an int instead of a long - if we make that cha

Re: 2GB rows and errros

2011-03-04 Thread Jonathan Ellis
You're right, I was looking at the no-arg bytesPastMark overload. Sorry! On Fri, Mar 4, 2011 at 2:32 PM, Terje Marthinussen wrote: > Are you entirely sure? > My Eclipse disagree and the Exception we had a day ago in a 0.7.3 install > disagree too :) > > Terje > > On Sat, Mar 5, 2011 at 5:01 AM,

Re: 2GB rows and errros

2011-03-04 Thread Jonathan Ellis
That method is unused, so it's a little academic. On Fri, Mar 4, 2011 at 1:36 PM, Terje Marthinussen wrote: > Hi, > > Any good reason this guy >  public int bytesPastMark(FileMark mark) >    { >        assert mark instanceof BufferedRandomAccessFileMark; >        long bytes = getFilePointer() - (

[VOTE RESULTS] was: [VOTE] 0.7.3 take #2

2011-03-04 Thread Eric Evans
On Tue, 2011-03-01 at 13:32 -0600, Eric Evans wrote: > SVN: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977 > 0.7.3 artifacts: http://people.apache.org/~eevans > > The vote will be open for 72 hours. > > Thanks. > > [1]: http://goo.gl/hX02M (CHANGES.txt) > [2]: htt

2GB rows and errros

2011-03-04 Thread Terje Marthinussen
Hi, Any good reason this guy public int bytesPastMark(FileMark mark) { assert mark instanceof BufferedRandomAccessFileMark; long bytes = getFilePointer() - ((BufferedRandomAccessFileMark) mark).pointer; assert bytes >= 0; if (bytes > Integer.MAX_VALUE)

Re: [VOTE] 0.7.3 take #2

2011-03-04 Thread Jake Luciani
+1 On Fri, Mar 4, 2011 at 1:00 PM, Brandon Williams wrote: > +1 > > On Tue, Mar 1, 2011 at 1:32 PM, Eric Evans wrote: > > > > > Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background); > > I propose the following for release as 0.7.3. > > > > SVN: > > > > > https://svn.apache.org

Re: [VOTE] 0.7.3 take #2

2011-03-04 Thread Brandon Williams
+1 On Tue, Mar 1, 2011 at 1:32 PM, Eric Evans wrote: > > Here goes attempt #2 of 0.7.3 (see http://goo.gl/Y1l7n for background); > I propose the following for release as 0.7.3. > > SVN: > > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7.3@r1075977 > 0.7.3 artifacts: http://peo

Jenkins build is back to normal : Cassandra-0.7 #348

2011-03-04 Thread Apache Hudson Server
See