Re: [VOTE] Release Apache Cassandra 1.1.0-beta2

2012-03-27 Thread Sylvain Lebresne
Including my own, I count 3 binding +1's, one other +1 and no -1's. The vote passes, I'll get the artifacts published. -- Sylvain On Fri, Mar 23, 2012 at 7:00 PM, Brandon Williams wrote: > +1 > > On Fri, Mar 23, 2012 at 5:26 AM, Sylvain Lebresne > wrote: >> There is has been quite some changes

OoM querying very wide-row in CLI

2012-03-27 Thread Brian O'Neill
Today, running 1.0.7, we saw a node crash with an OutOfMemory. We have a single row with ~10million columns in it. (using it as an index) Accidentally, we attempted to list the CF in CLI that had the wide-row. This caused the CLI to hang and then eventually crashed Cassandra with an OoM. I know t

Re: OoM querying very wide-row in CLI

2012-03-27 Thread Jonathan Ellis
I believe we added support for specifying a column range to the cli recently. I don't know if there is a default limit. On Tue, Mar 27, 2012 at 8:40 PM, Brian O'Neill wrote: > Today, running 1.0.7, we saw a node crash with an OutOfMemory. > We have a single row with ~10million columns in it. (us

Re: OoM querying very wide-row in CLI

2012-03-27 Thread Brian O'Neill
10-4. I'll see if I can track it down and submit a pull request that specifies a default if one does not exist. -brian Brian O'Neill Lead Architect, Software Development Health Market Science | 2700 Horizon Drive | King of Prussia, PA 19406 p: 215.588.6024blog: http://weblogs.java.net/blog

Re: OoM querying very wide-row in CLI

2012-03-27 Thread Brian O'Neill
Here she is: https://github.com/apache/cassandra/pull/8 Verified functionally with the attached data script. -brian On Tue, Mar 27, 2012 at 9:49 PM, Brian O'Neill wrote: > 10-4. I'll see if I can track it down and submit a pull request that > specifies a default if one does not exist. > > -b