Re: OoM querying very wide-row in CLI

2012-03-28 Thread Brian O'Neill
Sorry, I didn't realize we weren't hip to pulls yet. I created a JIRA and attached the patch. https://issues.apache.org/jira/browse/CASSANDRA-4098 -brian On Tue, Mar 27, 2012 at 10:42 PM, Brian O'Neill wrote: > Here she is: > https://github.com/apache/cassandra/pull/8 > > Verified functionally

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

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 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

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