Re: Distributed counters are in trunk

2010-12-21 Thread Jonathan Ellis
Sylvain plans to integrate the good parts of 1546 in January. On Tue, Dec 21, 2010 at 8:39 PM, Zhu Han wrote: > Thank you all for this work. > > Is there any plan for Cassandra-1546[1]? Will it be merged as an > alternative? Or the current patch embraces 1546? > > [1] https://issues.apache.org/

Re: Distributed counters are in trunk

2010-12-21 Thread Ben Standefer
Huzzah!!! Great work everybody! -Ben Standefer On Tue, Dec 21, 2010 at 6:12 PM, Jonathan Ellis wrote: > Thanks to Kelvin, Johan, Ryan, Sylvain, Chris, and everyone else for their > hard work on this! > > For mere mortals: http://wiki.apache.org/cassandra/Counters. > > -- > Jonathan Ellis > Pro

Re: Distributed counters are in trunk

2010-12-21 Thread Zhu Han
Thank you all for this work. Is there any plan for Cassandra-1546[1]? Will it be merged as an alternative? Or the current patch embraces 1546? [1] https://issues.apache.org/jira/browse/CASSANDRA-1546 best regards, hanzhu On Wed, Dec 22, 2010 at 10:12 AM, Jonathan Ellis wrote: > Thanks to Ke

Distributed counters are in trunk

2010-12-21 Thread Jonathan Ellis
Thanks to Kelvin, Johan, Ryan, Sylvain, Chris, and everyone else for their hard work on this! For mere mortals: http://wiki.apache.org/cassandra/Counters. -- Jonathan Ellis Project Chair, Apache Cassandra co-founder of Riptano, the source for professional Cassandra support http://riptano.com

Re: Getting artifacts into maven central (INFRA-3318)

2010-12-21 Thread Jonathan Ellis
Done! On Tue, Dec 21, 2010 at 5:39 PM, Stephen Connolly wrote: > I have created > > https://issues.apache.org/jira/browse/INFRA-3318 > > Can somebody on the Cassandra PMC comment on the issue and say that it's > fine for me to be driving the process > > Thanks, > > -Stephen > Apache Maven PMC >

[VOTE] 0.7.0 rc3

2010-12-21 Thread Eric Evans
We've had lots of changes[1] since RC2, too many to move to release without wider testing. I propose the following artifacts as 0.7.0 RC3. SVN: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-...@r1051698 0.7.0-rc3 artifacts: http://people.apache.org/~eevans The vote will be open

Re: Getting artifacts into maven central (INFRA-3318)

2010-12-21 Thread Stephen Connolly
On 21 December 2010 23:42, Brandon Williams wrote: > On Tue, Dec 21, 2010 at 5:39 PM, Stephen Connolly >wrote: > > > I have created > > > > https://issues.apache.org/jira/browse/INFRA-3318 > > > > Can somebody on the Cassandra PMC comment on the issue and say that it's > > fine for me to be driv

Re: Getting artifacts into maven central (INFRA-3318)

2010-12-21 Thread Brandon Williams
On Tue, Dec 21, 2010 at 5:39 PM, Stephen Connolly wrote: > I have created > > https://issues.apache.org/jira/browse/INFRA-3318 > > Can somebody on the Cassandra PMC comment on the issue and say that it's > fine for me to be driving the process > I gave it a +1 -Brandon

Getting artifacts into maven central (INFRA-3318)

2010-12-21 Thread Stephen Connolly
I have created https://issues.apache.org/jira/browse/INFRA-3318 Can somebody on the Cassandra PMC comment on the issue and say that it's fine for me to be driving the process Thanks, -Stephen Apache Maven PMC

Re: Handy script to check the contents of jar files to see if the classes are the same despite being different compilers

2010-12-21 Thread Stephen Connolly
Can be helpful with CASSANDRA-1888 On 21 December 2010 22:41, Stephen Connolly wrote: > #!/bin/bash > > if [ $# != 2 ] ; then > echo "Syntax: $0 name1.jar name2.jar" > exit > fi > > if diff $1 $2 ; then > echo Files are identical > exit 0 > fi > > work=$(mktemp -d) > > mkdir -p "$work/a"

Hudson build is back to normal : Cassandra-0.7 #106

2010-12-21 Thread Apache Hudson Server
See

Handy script to check the contents of jar files to see if the classes are the same despite being different compilers

2010-12-21 Thread Stephen Connolly
#!/bin/bash if [ $# != 2 ] ; then echo "Syntax: $0 name1.jar name2.jar" exit fi if diff $1 $2 ; then echo Files are identical exit 0 fi work=$(mktemp -d) mkdir -p "$work/a" mkdir -p "$work/b" cwd="$(pwd)" cd "$work/a" unzip "$cwd/$1" | sort > "$work/a.list" cd "$work/b" unzip "$cwd/$2

Build failed in Hudson: Cassandra-0.7 #105

2010-12-21 Thread Apache Hudson Server
See Changes: [jbellis] merge from 0.6 -- [...truncated 1396 lines...] [junit] Testsuite: org.apache.cassandra.db.MultitableTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elap

Build failed in Hudson: Cassandra-0.7 #104

2010-12-21 Thread Apache Hudson Server
See Changes: [eevans] generate artifacts w/o RAT run Patch by eevans; reviewed by Stu Hood for CASSANDRA-1870 -- [...truncated 1120 lines...] [javadoc] Loading source file