Re: [VOTE] 0.7.1

2011-01-26 Thread Stephen Connolly
Artifacts staged at

https://repository.apache.org/content/repositories/orgapachecassandra-080/
https://repository.apache.org/content/repositories/orgapachecassandra-081/

-Stephen

On 25 January 2011 23:00, Stephen Connolly
 wrote:
> I'll stage artifacts in central tomorrow AM GMT
>
> On 25 January 2011 23:01, Eric Evans  wrote:
>>
>> Shall we?  I propose the following artifacts for release as 0.7.1.
>>
>> SVN:
>> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1063491
>> 0.7.1 artifacts: http://people.apache.org/~eevans
>>
>> The will remain open for 72 hours, (longer if need be).
>>
>>
>> [1]: http://goo.gl/4cJkq (CHANGES.txt)
>> [2]: http://goo.gl/SBGPA (NEWS.txt)
>>
>> --
>> Eric Evans
>> eev...@rackspace.com
>>
>>
>


Re: [VOTE] 0.7.1

2011-01-26 Thread Stephen Connolly
Attached, for the record only, is the diff I used to stage the
artifacts for publishing to Central.

Note that this diff is not ready for application to the code base.  I
am still working on some things.  Specifically it looks like I may
have to push a new release of maven-ant-tasks as I think I found a NPE
in generating a pom with a parent pom. (And I want to use a parent pom
so that we don't have dependency version details scattered all over
the build.xml)

-Stephen

On 26 January 2011 11:43, Stephen Connolly
 wrote:
> Artifacts staged at
>
> https://repository.apache.org/content/repositories/orgapachecassandra-080/
> https://repository.apache.org/content/repositories/orgapachecassandra-081/
>
> -Stephen
>
> On 25 January 2011 23:00, Stephen Connolly
>  wrote:
>> I'll stage artifacts in central tomorrow AM GMT
>>
>> On 25 January 2011 23:01, Eric Evans  wrote:
>>>
>>> Shall we?  I propose the following artifacts for release as 0.7.1.
>>>
>>> SVN:
>>> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1063491
>>> 0.7.1 artifacts: http://people.apache.org/~eevans
>>>
>>> The will remain open for 72 hours, (longer if need be).
>>>
>>>
>>> [1]: http://goo.gl/4cJkq (CHANGES.txt)
>>> [2]: http://goo.gl/SBGPA (NEWS.txt)
>>>
>>> --
>>> Eric Evans
>>> eev...@rackspace.com
>>>
>>>
>>
>
Index: build.xml
===
--- build.xml	(revision 1063491)
+++ build.xml	(working copy)
@@ -59,6 +59,10 @@
 
 http://repo2.maven.org/maven2/org/apache/maven/maven-ant-tasks"; />
+  
+
+https://repository.apache.org/service/local/staging/deploy/maven2"; />
+
 
 
 
@@ -221,6 +225,24 @@
   
 
 
+
+  
+  
+  
+  
+  
+
+  
+  
+  
+  
+  
+  
+  
+
+  
+
+
 
@@ -362,6 +384,133 @@
   
 
 
+
+
+  
+
+
+
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+
+
+  
+
+  
+  
+  
+connection=scm:svn:${svn.entry.url}@${svn.entry.commit.revision}
+developerConnection=scm:svn:${svn.entry.url}@${svn.entry.commit.revision}
+url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
+  
+  
+
+
+http://svn.apache.org/viewvc"/>
+  
+  
+
+
+
+  http://cassandra.apache.org";
+name="Apache Cassandra"
+inceptionYear="2009"
+description="The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.">
+http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+
+
+
+
+
+  
+  
+  
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+  
+
+
+
+  http://cassandra.apache.org";
+name="Apache Cassandra"
+inceptionYear="2009"
+description="The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model.">
+http://www.apache.org/licenses/LICENSE-2.0.txt"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  
+  
+
+
 
 
@@ -489,6 +638,33 @@
   
 
 
+  
+
+
+
+
+
+
+
+
+   
+  
+
   
 
 
   
+   
+  
+
+  
 

 
Index: contrib/javautils/build.xml
===
--- contrib/javautils/build.xml	(revision 1063491)
+++ contrib/javautils/build.xml	(working copy)
@@ -17,7 +17,8 @@
 ~ specific language governing permissions and limitations
 ~ under the License.
 -->
-
+
   
   
   
@@ -27,8 +28,19 @@
   
   
   
-  
+  
+  
+  
+
+  
+  
+  
+  
+  https://repository.apache.org/service/local/staging/deploy/maven2"; />
+  
 
+  
+
   
 
   
@@ -52,6 +64,13 @@
 
   
 
+  
+
+
+  
+
   
 
   
@@ -59,17 +78,85 @@
 
   
 
+  
+
+  
+
+
+
+connection=scm:svn:${svn.entry.url}@${svn.entry.commit.revision}
+developerConnection=scm:svn:${svn.entry.url}@${svn.entry.commit.revision}
+url=${svn.entry.url}?pathrev=${svn.entry.commit.revision}
+
+
+  
+  
+  http://svn.apache.org/viewvc"/>
+
+
+http://cassandra

Build failed in Hudson: Cassandra #692

2011-01-26 Thread Apache Hudson Server
See 

Changes:

[jbellis] merge from 0.7

[jbellis] Fit partitioned counter directly into CounterColumn.value
patch by slebresne; reviewed by Kelvin Kakugawa for CASSANDRA-1936

--
[...truncated 856 lines...]
AUlib/slf4j-api-1.6.1.jar
A lib/commons-lang-2.4.jar
A lib/json-simple-1.1.jar
A lib/jline-0.9.94.jar
A lib/jetty-util-6.1.24.jar
A lib/avro-1.4.0-sources-fixes.jar
A lib/log4j-1.2.16.jar
AUlib/slf4j-log4j12-1.6.1.jar
A redhat
A redhat/cassandra
A redhat/cassandra.conf
A redhat/default
A redhat/apache-cassandra.spec
A redhat/cassandra.in.sh
A bin
AUbin/clustertool
AUbin/nodetool
A bin/clustertool.bat
A bin/nodetool.bat
AUbin/stop-server
AUbin/sstablekeys
A bin/sstablekeys.bat
AUbin/schematool
AUbin/cassandra
A bin/schematool.bat
AUbin/cassandra-cli
AUbin/cassandra.bat
AUbin/cassandra-cli.bat
AUbin/json2sstable
AUbin/sstable2json
AUbin/cassandra.in.sh
A bin/sstable2json.bat
A bin/json2sstable.bat
AUREADME.txt
A drivers
A drivers/java
A drivers/java/src
A drivers/java/src/org
A drivers/java/src/org/apache
A drivers/java/src/org/apache/cassandra
A drivers/java/src/org/apache/cassandra/cql
A drivers/java/src/org/apache/cassandra/cql/driver
A drivers/java/src/org/apache/cassandra/cql/driver/Connection.java
A drivers/java/src/org/apache/cassandra/cql/driver/Utils.java
A drivers/java/src/org/apache/cassandra/cql/driver/IConnectionPool.java
A drivers/java/src/org/apache/cassandra/cql/driver/ConnectionPool.java
A drivers/py
A drivers/py/cql
A drivers/py/cql/connection_pool.py
A drivers/py/cql/errors.py
A drivers/py/cql/__init__.py
A drivers/py/cql/connection.py
A drivers/py/test
A drivers/py/test/test_query_compression.py
A drivers/py/setup.py
A .rat-excludes
 U.
At revision 1063945
[cassandra] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=$BUILD_ID 
-Dtest.timeout=9 -Dcobertura.dir=/usr/share/java clean release test
Buildfile: 


clean:

maven-ant-tasks-download:
 [echo] Downloading Maven ANT Tasks...
[mkdir] Created dir: 

  [get] Getting: 
http://repo2.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
  [get] To: 


maven-ant-tasks-init:
[mkdir] Created dir: 


maven-ant-tasks-retrieve-build:
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository central 
(http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository apache at https://repository.apache.org/content/repositories/releases
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository apache 
(https://repository.apache.org/content/repositories/releases)
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository cloudera at 
https://repository.cloudera.com/content/repositories/releases
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository cloudera 
(https://repository.cloudera.com/content/repositories/releases)
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository java.net2 
(http://download.java.net/maven/2)
[artifact:dependencies] Downloading: 
org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar from repository 
central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'org.apache.rat:apache-rat:java-source:sources:0.6' in repository central 
(http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: 
org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.ja

Build failed in Hudson: Cassandra #693

2011-01-26 Thread Apache Hudson Server
See 

Changes:

[eevans] document new default JMX port

Patch by eevans for CASSANDRA-1855

[eevans] CASSANDRA-1855 new default jmx port

Patch by eevans for CASSANDRA-1855

--
[...truncated 856 lines...]
AUlib/slf4j-api-1.6.1.jar
A lib/commons-lang-2.4.jar
A lib/json-simple-1.1.jar
A lib/jline-0.9.94.jar
A lib/jetty-util-6.1.24.jar
A lib/avro-1.4.0-sources-fixes.jar
A lib/log4j-1.2.16.jar
AUlib/slf4j-log4j12-1.6.1.jar
A redhat
A redhat/cassandra
A redhat/cassandra.conf
A redhat/default
A redhat/apache-cassandra.spec
A redhat/cassandra.in.sh
A bin
AUbin/clustertool
AUbin/nodetool
A bin/clustertool.bat
A bin/nodetool.bat
AUbin/stop-server
AUbin/sstablekeys
A bin/sstablekeys.bat
AUbin/schematool
AUbin/cassandra
A bin/schematool.bat
AUbin/cassandra-cli
AUbin/cassandra.bat
AUbin/cassandra-cli.bat
AUbin/json2sstable
AUbin/sstable2json
AUbin/cassandra.in.sh
A bin/sstable2json.bat
A bin/json2sstable.bat
AUREADME.txt
A drivers
A drivers/java
A drivers/java/src
A drivers/java/src/org
A drivers/java/src/org/apache
A drivers/java/src/org/apache/cassandra
A drivers/java/src/org/apache/cassandra/cql
A drivers/java/src/org/apache/cassandra/cql/driver
A drivers/java/src/org/apache/cassandra/cql/driver/Connection.java
A drivers/java/src/org/apache/cassandra/cql/driver/Utils.java
A drivers/java/src/org/apache/cassandra/cql/driver/IConnectionPool.java
A drivers/java/src/org/apache/cassandra/cql/driver/ConnectionPool.java
A drivers/py
A drivers/py/cql
A drivers/py/cql/connection_pool.py
A drivers/py/cql/errors.py
A drivers/py/cql/__init__.py
A drivers/py/cql/connection.py
A drivers/py/test
A drivers/py/test/test_query_compression.py
A drivers/py/setup.py
A .rat-excludes
 U.
At revision 1063953
[cassandra] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=$BUILD_ID 
-Dtest.timeout=9 -Dcobertura.dir=/usr/share/java clean release test
Buildfile: 


clean:

maven-ant-tasks-download:
 [echo] Downloading Maven ANT Tasks...
[mkdir] Created dir: 

  [get] Getting: 
http://repo2.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
  [get] To: 


maven-ant-tasks-init:
[mkdir] Created dir: 


maven-ant-tasks-retrieve-build:
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository central 
(http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository apache at https://repository.apache.org/content/repositories/releases
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository apache 
(https://repository.apache.org/content/repositories/releases)
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository cloudera at 
https://repository.cloudera.com/content/repositories/releases
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository cloudera 
(https://repository.cloudera.com/content/repositories/releases)
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from 
repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'asm:asm:java-source:sources:3.2' in repository java.net2 
(http://download.java.net/maven/2)
[artifact:dependencies] Downloading: 
org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar from repository 
central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 
'org.apache.rat:apache-rat:java-source:sources:0.6' in repository central 
(http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: 
org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar fr

Re: [VOTE] 0.7.1

2011-01-26 Thread Jonathan Ellis
We should fix https://issues.apache.org/jira/browse/CASSANDRA-2058
first.  (As of this writing the 0.6 version of the patch has been
tested, but the 0.7 version has not yet.)

On Tue, Jan 25, 2011 at 5:01 PM, Eric Evans  wrote:
>
> Shall we?  I propose the following artifacts for release as 0.7.1.
>
> SVN:
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1063491
> 0.7.1 artifacts: http://people.apache.org/~eevans
>
> The will remain open for 72 hours, (longer if need be).
>
>
> [1]: http://goo.gl/4cJkq (CHANGES.txt)
> [2]: http://goo.gl/SBGPA (NEWS.txt)
>
> --
> Eric Evans
> eev...@rackspace.com
>
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of DataStax, the source for professional Cassandra support
http://www.datastax.com


Hudson build is back to normal : Cassandra #694

2011-01-26 Thread Apache Hudson Server
See 




Re: [VOTE] 0.7.1

2011-01-26 Thread Stephen Connolly
if 0.7.1 is being respun can we get cassandra-1997 added to contrib so that
I can release it at the same time

if you don't want it as part of cassandra, it would be good to know as I
would either need approval to use the cassandra mark if hosting outside
cassandra (I can't host it at maven as we are only hosting "core" plugins)
or it would require a name that is completely non obvious making the user
experience worse. (the maven pmc are currently having fun with clarifying
what we are supposed to do to protect the maven mark, so I know a little...
a dangerous thing ;-) )

- Stephen

---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 27 Jan 2011 04:05, "Jonathan Ellis"  wrote: