Re: JdbcDriverTest

2011-07-05 Thread Jonathan Ellis
FWIW I verified that the driver tests work today, with the patch from http://issues.apache.org/jira/browse/CASSANDRA-2859 (will be committed soon). On Wed, Jun 15, 2011 at 7:15 AM, Vivek Mishra wrote: > looking into logs leads me to this: > > java.lang.NoSuchMethodError: > org.apache.commons.lan

Re: BRAF / FileChannel / sun.nio.ch.Util

2011-07-05 Thread Jonathan Ellis
I don't think so. The core of the ITC problem [2] was that we were allocating a new buffer for each message. We're more careful when doing BRAF reads to use fixed-size buffers. [2] http://www.mail-archive.com/user@cassandra.apache.org/msg13357.html On Wed, Jun 22, 2011 at 5:18 PM, Chris Burroug

Re: unsubscribe

2011-07-05 Thread Jesse Melton
Ha ha. Good luck with that. Just spam them out. The unsubscribe system doesn't work & even the list admins can't get you off the list. On Jul 5, 2011 9:41 PM, "김준영" wrote: unsubscribe

unsubscribe

2011-07-05 Thread 김준영
unsubscribe

can't reproduce duplicate SELECT rows - CASSANDRA-2717

2011-07-05 Thread Joseph Stein
I tried to reproduce https://issues.apache.org/jira/browse/CASSANDRA-2717but not able to :( maybe already fixed from side affect change? =8^| It was my first time ever using CQL (took a few minutes to figure it out to download drivers as the way to access cqlsh>) so maybe I am just doing something

Tickets for someone looking to get his or her feet wet in Cassandra internals

2011-07-05 Thread Jonathan Ellis
I regularly get requests for pointers to "starter" tickets. I suggest we tag such tickets as LHF (for low-hanging fruit). I've tagged four such to get started: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+12310865+AND+labels+%3D+lhf I'll try to keep t

Re: thrift generated java changes

2011-07-05 Thread Eric Evans
On Sat, 2011-07-02 at 22:29 -0400, Joseph Stein wrote: > right now I just manually put this function back in since it is the > only thing (well the license too of course) that the generation > changed from what is in source besides my change required. I wouldn't worry much about this. Do the bes