Build failed in Hudson: Cassandra #343

2010-02-04 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Cassandra/343/changes Changes: [jbellis] give BMT a reference to CFS object instead of Strings; clean out underscores and unused code. patch by jbellis [jbellis] add option to skip start key in range query (StorageProxy only for now) and test.

Build failed in Hudson: Cassandra #344

2010-02-04 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Cassandra/344/ -- [...truncated 127 lines...] [javadoc] Loading source file http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/CompactionManager.java...

Re: bitmap slices

2010-02-04 Thread Ted Zlatanov
On Wed, 3 Feb 2010 17:06:32 -0600 Jonathan Ellis jbel...@gmail.com wrote: JE It seems to me that the bitmask is only really useful for the JE SliceRange predicate. Doing a predicate of fetch these column names, JE but only if they match this mask seems strange. You're right, I put it at the

Re: batch file error on vista

2010-02-04 Thread Jonathan Ellis
The existing batch file works fine for me on windows 7. So does Tom's, modified to not hardcode stuff it shouldn't. (attached, w/ name mangling to make gmail happy). Can anyone test this on XP? If the code we're removing to shorten lib path for older platforms is required for XP we should

Re: bitmap slices

2010-02-04 Thread Ted Zlatanov
On Thu, 4 Feb 2010 09:39:55 -0600 Jonathan Ellis jbel...@gmail.com wrote: JE 2010/2/4 Ted Zlatanov t...@lifelogs.com: JE The mask check needs to be done in the Slice Filter, not SP. Sorry, I don't know what you mean.  Are you referring to o.a.c.db.filter.SliceQueryFilter?  So I'd just add an