[VOTE] Promote extra-enforcer-rules out of the sandbox and release version 1.0-alpha-1

2011-04-19 Thread Stephen Connolly
Hi Mojo developers,

I'd like to promote the extra-enforcer-rules subproject out of the sandbox and
release version 1.0-alpha-1

This sub-project is designed to allow for hosting of custom rules for
the enforcer plugin.

The project site is deployed at:
   http://mojo.codehaus.org/extra-enforcer-rules/
and 1.0-alpha-1-SNAPSHOT has been deployed to Codehaus's Snapshot repository:
   
https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/mojo/extra-enforcer-rules/1.0-alpha-1-SNAPSHOT/extra-enforcer-rules-1.0-alpha-1-20110419.091232-3.jar

+!: yeah
0: wha
-1: nahh

72 hours lazy consensus OR more than five +1's whichever comes first! [*]

-Stephen

[*] I'm being cheeky with my attempt to release faster so i'm setting
the bar a little higher for a fast vote, and anyway we don't have any
really hard and fast rules for votes at Mojo ;-)


Re: [VOTE] Promote extra-enforcer-rules out of the sandbox and release version 1.0-alpha-1

2011-04-19 Thread Stephen Connolly
Sorry never mind the spam... stupid GMail autocomplete!

On 19 April 2011 10:22, Stephen Connolly
 wrote:
> Hi Mojo developers,
>
> I'd like to promote the extra-enforcer-rules subproject out of the sandbox and
> release version 1.0-alpha-1
>
> This sub-project is designed to allow for hosting of custom rules for
> the enforcer plugin.
>
> The project site is deployed at:
>   http://mojo.codehaus.org/extra-enforcer-rules/
> and 1.0-alpha-1-SNAPSHOT has been deployed to Codehaus's Snapshot repository:
>   
> https://nexus.codehaus.org/content/repositories/snapshots/org/codehaus/mojo/extra-enforcer-rules/1.0-alpha-1-SNAPSHOT/extra-enforcer-rules-1.0-alpha-1-20110419.091232-3.jar
>
> +!: yeah
> 0: wha
> -1: nahh
>
> 72 hours lazy consensus OR more than five +1's whichever comes first! [*]
>
> -Stephen
>
> [*] I'm being cheeky with my attempt to release faster so i'm setting
> the bar a little higher for a fast vote, and anyway we don't have any
> really hard and fast rules for votes at Mojo ;-)
>


Build failed in Jenkins: Cassandra-0.7 #446

2011-04-19 Thread Apache Hudson Server
See 

--
Started by an SCM change
Building remotely on ubuntu1
hudson.util.IOException2: remote file operation failed: 
 at 
hudson.remoting.Channel@5f0bdfd7:ubuntu1
at hudson.FilePath.act(FilePath.java:753)
at hudson.FilePath.act(FilePath.java:739)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:684)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:633)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1174)
at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:523)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:418)
at hudson.model.Run.run(Run.java:1362)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: java.io.IOException: Remote call on ubuntu1 failed
at hudson.remoting.Channel.call(Channel.java:652)
at hudson.FilePath.act(FilePath.java:746)
... 10 more
Caused by: java.lang.Error: Failed to deserialize the Callable object.
at hudson.remoting.UserRequest.perform(UserRequest.java:104)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.IllegalStateException: Unable to call fetch2. Invalid 
object ID 717
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:268)
at hudson.remoting.Request$2.run(Request.java:270)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
[TASKS] Skipping publisher since build result is FAILURE
Publishing Javadoc
FATAL: Unable to copy Javadoc from 
 
to /home/hudson/hudson/jobs/Cassandra-0.7/javadoc
hudson.util.IOException2: hudson.util.IOException2: Failed to extract 

at hudson.FilePath.readFromTar(FilePath.java:1625)
at hudson.FilePath.copyRecursiveTo(FilePath.java:1543)
at hudson.FilePath.copyRecursiveTo(FilePath.java:1451)
at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:98)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:649)
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:625)
at 
hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:603)
at hudson.model.Build$RunnerImpl.post2(Build.java:161)
at 
hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:572)
at hudson.model.Run.run(Run.java:1386)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: java.util.zip.ZipException: invalid stored block lengths
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:147)
at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:92)
at org.apache.tools.tar.TarBuffer.readBlock(TarBuffer.java:257)
at org.apache.tools.tar.TarBuffer.readRecord(TarBuffer.java:223)
at 
hudson.org.apache.tools.tar.TarInputStream.read(TarInputStream.java:345)
at java.io.FilterInputStream.read(FilterInputStream.java:90)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1025)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:999)
at hudson.util.IOUtils.copy(IOUtils.java:33)
at hudson.FilePath.readFromTar(FilePath.java:1617)
... 13 more

at hudson.FilePath.copyRecursiveTo(FilePath.java:1550)
at hudson.FilePath.copyRecursiveTo(File

Jenkins build is back to normal : Cassandra #856

2011-04-19 Thread Apache Hudson Server
See 




Jenkins build is back to normal : Cassandra-0.8 #19

2011-04-19 Thread Apache Hudson Server
See 




Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Shotaro Kamio
-1,
I'd like to make 0.8 to include the fix for CASSANDRA-2406. The fix is
committed to the 0.8 branch lately. I'll wait for beta2.


Regards,
Shotaro


On Tue, Apr 19, 2011 at 10:42 AM, Jonathan Ellis  wrote:
> CASSANDRA-2448 means https://issues.apache.org/jira/browse/CASSANDRA-2448
>
> On Mon, Apr 18, 2011 at 8:32 PM, Huang Stanley  wrote:
>> +1
>>
>> I'm looking forward to 0.8 :-)
>>
>> And one question about 0.8 beta1,
>> I saw an item in the change log:
>>
>>
>> * remove "nodetool loadbalance" (CASSANDRA-2448)
>>
>> any reason? any alternative solution to keep data "balance"?
>>
>> regards,
>>
>> Stanley Huang
>>
>> regards,
>>
>> Stanley Huang
>>
>> On Tue, Apr 19, 2011 at 5:28 AM, Gary Dusbabek  wrote:
>>
>>> +1
>>>
>>> On Mon, Apr 18, 2011 at 13:44, Eric Evans  wrote:
>>> >
>>> > OK.  Here are artifacts for a proposed 0.8 beta1 release.
>>> >
>>> > You will note the addition of three new artifacts, cql-1.0.0.tar.gz,
>>> > txcql-1.0.0.tar.gz and apache-cassandra-cql-1.0.0.jar.  These are
>>> > language drivers for CQL; Be sure to include them in your review.
>>> >
>>> > SVN:
>>> >
>>> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1094668
>>> > 0.8.0-beta1 artifacts: http://people.apache.org/~eevans
>>> >
>>> > The vote will be open for 72 hours, longer if needed.
>>> >
>>> > Thanks!
>>> >
>>> > --
>>> > 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
>


Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Jonathan Ellis
We typically only block betas for major regressions, not bugs that are
already present in a released version (all of 0.7 releases in this
case).  So yes, this will be in the next one after beta1 (probably rc1
since 0.8 won't be a moving target like 0.7 was).

On Tue, Apr 19, 2011 at 7:42 AM, Shotaro Kamio  wrote:
> -1,
> I'd like to make 0.8 to include the fix for CASSANDRA-2406. The fix is
> committed to the 0.8 branch lately. I'll wait for beta2.
>
>
> Regards,
> Shotaro
>
>
> On Tue, Apr 19, 2011 at 10:42 AM, Jonathan Ellis  wrote:
>> CASSANDRA-2448 means https://issues.apache.org/jira/browse/CASSANDRA-2448
>>
>> On Mon, Apr 18, 2011 at 8:32 PM, Huang Stanley  wrote:
>>> +1
>>>
>>> I'm looking forward to 0.8 :-)
>>>
>>> And one question about 0.8 beta1,
>>> I saw an item in the change log:
>>>
>>>
>>> * remove "nodetool loadbalance" (CASSANDRA-2448)
>>>
>>> any reason? any alternative solution to keep data "balance"?
>>>
>>> regards,
>>>
>>> Stanley Huang
>>>
>>> regards,
>>>
>>> Stanley Huang
>>>
>>> On Tue, Apr 19, 2011 at 5:28 AM, Gary Dusbabek  wrote:
>>>
 +1

 On Mon, Apr 18, 2011 at 13:44, Eric Evans  wrote:
 >
 > OK.  Here are artifacts for a proposed 0.8 beta1 release.
 >
 > You will note the addition of three new artifacts, cql-1.0.0.tar.gz,
 > txcql-1.0.0.tar.gz and apache-cassandra-cql-1.0.0.jar.  These are
 > language drivers for CQL; Be sure to include them in your review.
 >
 > SVN:
 >
 https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1094668
 > 0.8.0-beta1 artifacts: http://people.apache.org/~eevans
 >
 > The vote will be open for 72 hours, longer if needed.
 >
 > Thanks!
 >
 > --
 > 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
>>
>



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


Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Stephen Connolly
FYI: http://www.apache.org/foundation/voting.html#ReleaseVotes
Releases may not be vetoed

On 19 April 2011 13:42, Shotaro Kamio  wrote:
> -1,
> I'd like to make 0.8 to include the fix for CASSANDRA-2406. The fix is
> committed to the 0.8 branch lately. I'll wait for beta2.
>
>
> Regards,
> Shotaro
>
>
> On Tue, Apr 19, 2011 at 10:42 AM, Jonathan Ellis  wrote:
>> CASSANDRA-2448 means https://issues.apache.org/jira/browse/CASSANDRA-2448
>>
>> On Mon, Apr 18, 2011 at 8:32 PM, Huang Stanley  wrote:
>>> +1
>>>
>>> I'm looking forward to 0.8 :-)
>>>
>>> And one question about 0.8 beta1,
>>> I saw an item in the change log:
>>>
>>>
>>> * remove "nodetool loadbalance" (CASSANDRA-2448)
>>>
>>> any reason? any alternative solution to keep data "balance"?
>>>
>>> regards,
>>>
>>> Stanley Huang
>>>
>>> regards,
>>>
>>> Stanley Huang
>>>
>>> On Tue, Apr 19, 2011 at 5:28 AM, Gary Dusbabek  wrote:
>>>
 +1

 On Mon, Apr 18, 2011 at 13:44, Eric Evans  wrote:
 >
 > OK.  Here are artifacts for a proposed 0.8 beta1 release.
 >
 > You will note the addition of three new artifacts, cql-1.0.0.tar.gz,
 > txcql-1.0.0.tar.gz and apache-cassandra-cql-1.0.0.jar.  These are
 > language drivers for CQL; Be sure to include them in your review.
 >
 > SVN:
 >
 https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1094668
 > 0.8.0-beta1 artifacts: http://people.apache.org/~eevans
 >
 > The vote will be open for 72 hours, longer if needed.
 >
 > Thanks!
 >
 > --
 > 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
>>
>


Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Sylvain Lebresne
+1

On Tue, Apr 19, 2011 at 3:10 PM, Stephen Connolly
 wrote:
> FYI: http://www.apache.org/foundation/voting.html#ReleaseVotes
> Releases may not be vetoed
>
> On 19 April 2011 13:42, Shotaro Kamio  wrote:
>> -1,
>> I'd like to make 0.8 to include the fix for CASSANDRA-2406. The fix is
>> committed to the 0.8 branch lately. I'll wait for beta2.
>>
>>
>> Regards,
>> Shotaro
>>
>>
>> On Tue, Apr 19, 2011 at 10:42 AM, Jonathan Ellis  wrote:
>>> CASSANDRA-2448 means https://issues.apache.org/jira/browse/CASSANDRA-2448
>>>
>>> On Mon, Apr 18, 2011 at 8:32 PM, Huang Stanley  
>>> wrote:
 +1

 I'm looking forward to 0.8 :-)

 And one question about 0.8 beta1,
 I saw an item in the change log:


 * remove "nodetool loadbalance" (CASSANDRA-2448)

 any reason? any alternative solution to keep data "balance"?

 regards,

 Stanley Huang

 regards,

 Stanley Huang

 On Tue, Apr 19, 2011 at 5:28 AM, Gary Dusbabek  wrote:

> +1
>
> On Mon, Apr 18, 2011 at 13:44, Eric Evans  wrote:
> >
> > OK.  Here are artifacts for a proposed 0.8 beta1 release.
> >
> > You will note the addition of three new artifacts, cql-1.0.0.tar.gz,
> > txcql-1.0.0.tar.gz and apache-cassandra-cql-1.0.0.jar.  These are
> > language drivers for CQL; Be sure to include them in your review.
> >
> > SVN:
> >
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1094668
> > 0.8.0-beta1 artifacts: http://people.apache.org/~eevans
> >
> > The vote will be open for 72 hours, longer if needed.
> >
> > Thanks!
> >
> > --
> > 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
>>>
>>
>


Build failed in Jenkins: Cassandra-0.8 #20

2011-04-19 Thread Apache Hudson Server
See 

Changes:

[slebresne] Make scrub validate column fields
patch by slebresne; reviewed by jbellis for CASSANDRA-2460

--
[...truncated 1954 lines...]
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.19 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.RoundTripTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.423 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.144 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.082 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.365 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.UUIDTypeTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.105 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.migration.SerializationsTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.629 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 2.311 sec
[junit] 
[junit] Testcase: 
testTokenRoundtrip(org.apache.cassandra.dht.BootStrapperTest):Caused an 
ERROR
[junit] /127.0.0.1:7010 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
[junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 
is in use by another process.  Change listen_address:storage_port in 
cassandra.yaml to values that do not conflict with other services
[junit] at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
[junit] at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
[junit] at 
org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:430)
[junit] at 
org.apache.cassandra.service.StorageService.initServer(StorageService.java:410)
[junit] at 
org.apache.cassandra.dht.BootStrapperTest.testTokenRoundtrip(BootStrapperTest.java:49)
[junit] 
[junit] 
[junit] Test org.apache.cassandra.dht.BootStrapperTest FAILED
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.137 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.467 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.153 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.768 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.39 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.124 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.382 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.199 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.362 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.413 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.206 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.369 sec
[junit] 

Jenkins build is back to normal : Cassandra-0.7 #447

2011-04-19 Thread Apache Hudson Server
See 




Jenkins build is back to normal : Cassandra-0.8 #21

2011-04-19 Thread Apache Hudson Server
See 




Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Eric Evans
On Tue, 2011-04-19 at 07:46 -0500, Jonathan Ellis wrote:
> We typically only block betas for major regressions, not bugs that are
> already present in a released version (all of 0.7 releases in this
> case).  So yes, this will be in the next one after beta1 (probably rc1
> since 0.8 won't be a moving target like 0.7 was). 

Just to add to the list, (so that everyone is aware):

https://issues.apache.org/jira/browse/CASSANDRA-2501
https://issues.apache.org/jira/browse/CASSANDRA-2488
https://issues.apache.org/jira/browse/CASSANDRA-2505
https://issues.apache.org/jira/browse/CASSANDRA-2507

All of those apply to the Python driver and/or the CQL shell in some
way.  Most are very recent regressions, none are critical, but together
they make CQL mostly unusable from Python, and will likely give some a
bad first-impression.

-- 
Eric Evans
eev...@rackspace.com



Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Jonathan Ellis
On Tue, Apr 19, 2011 at 11:45 AM, Eric Evans  wrote:
> https://issues.apache.org/jira/browse/CASSANDRA-2501
> https://issues.apache.org/jira/browse/CASSANDRA-2488
> https://issues.apache.org/jira/browse/CASSANDRA-2505
> https://issues.apache.org/jira/browse/CASSANDRA-2507
>
> All of those apply to the Python driver and/or the CQL shell in some
> way.

These are all fixed now. I'm fine w/ re-rolling the beta if you are.

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


Build failed in Jenkins: Cassandra-0.8 #24

2011-04-19 Thread Apache Hudson Server
See 

Changes:

[jbellis] fix merging r1088800 from 0.7

[jbellis] update word count example for KsDef changes
patch by jhanna; reviewed by jbellis for CASSANDRA-2510

--
[...truncated 964 lines...]
A examples/hadoop_word_count/bin
AUexamples/hadoop_word_count/bin/word_count
AUexamples/hadoop_word_count/bin/word_count_setup
AUexamples/hadoop_word_count/README.txt
AUexamples/hadoop_word_count/build.xml
A drivers
A drivers/java
A drivers/java/test
A drivers/java/test/org
A drivers/java/test/org/apache
A drivers/java/test/org/apache/cassandra
A drivers/java/test/org/apache/cassandra/cql
A drivers/java/test/org/apache/cassandra/cql/jdbc
A 
drivers/java/test/org/apache/cassandra/cql/jdbc/PreparedStatementTest.java
A drivers/java/test/org/apache/cassandra/cql/EmbeddedServiceBase.java
A drivers/java/test/org/apache/cassandra/cql/driver
A drivers/java/test/org/apache/cassandra/cql/driver/jdbc
A drivers/java/test/org/apache/cassandra/cql/JdbcDriverTest.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/jdbc
A 
drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraConnection.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/Connection.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/Utils.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/ColumnDecoder.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/TypedColumn.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraStatement.java
A 
drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraPreparedStatement.java
A 
drivers/java/src/org/apache/cassandra/cql/jdbc/InvalidUrlException.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/ConnectionPool.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraResultSet.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraDriver.java
A 
drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraResultSetMetaData.java
A 
drivers/java/src/org/apache/cassandra/cql/jdbc/DriverResolverException.java
A drivers/java/src/org/apache/cassandra/cql/jdbc/ColumnMetaData.java
A drivers/java/src/org/apache/cassandra/cql/driver
A drivers/java/src/org/apache/cassandra/cql/driver/jdbc
A drivers/txpy
AUdrivers/txpy/example.py
AUdrivers/txpy/setup.py
A drivers/txpy/txcql
A drivers/txpy/txcql/cassandra
A drivers/txpy/txcql/cassandra/ttypes.py
A drivers/txpy/txcql/cassandra/constants.py
A drivers/txpy/txcql/cassandra/Cassandra.py
A drivers/txpy/txcql/cassandra/__init__.py
AUdrivers/txpy/txcql/connection_pool.py
AUdrivers/txpy/txcql/__init__.py
AUdrivers/txpy/txcql/connection.py
A drivers/txpy/README
A drivers/py
A drivers/py/cql
A drivers/py/cql/cassandra
A drivers/py/cql/cassandra/ttypes.py
A drivers/py/cql/cassandra/constants.py
A drivers/py/cql/cassandra/Cassandra.py
A drivers/py/cql/cassandra/__init__.py
A drivers/py/cql/connection_pool.py
A drivers/py/cql/decoders.py
A drivers/py/cql/errors.py
A drivers/py/cql/cursor.py
A drivers/py/cql/__init__.py
A drivers/py/cql/connection.py
A drivers/py/cql/results.py
A drivers/py/cql/marshal.py
A drivers/py/test
A drivers/py/test/test_query_preparation.py
A drivers/py/test/test_query_compression.py
AUdrivers/py/setup.py
AUdrivers/py/cqlsh
A drivers/py/README
A .rat-excludes
 U.
At revision 1095228
[cassandra] $ /home/hudson/tools/ant/latest/bin/ant 
-Dversion=2011-04-19_22-25-16 -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/mav

Limitations on number of secondary indexes

2011-04-19 Thread Jason Kolb
I apologize if this has been answered before, I've tried to do some pretty
exhaustive searching of the archives and haven't been able to see if this
question has been answered before.

I was wondering if anyone knows if there is a practical upper limit on the
number of secondary indexes used, if they're sparsely populated (say, 10,000
secondary indexes only 2 of which are populated per row).  My understanding
is that Cassandra creates another column family for each secondary index in
the background, so the real limitation would appear to be the number of
column families.

Is this correct?  And if so (or even if not), does anyone know the answer to
the question about the upper limit on the number of secondary indexes?

Thanks!
Jason


Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Eric Evans
On Tue, 2011-04-19 at 16:59 -0500, Jonathan Ellis wrote:
> On Tue, Apr 19, 2011 at 11:45 AM, Eric Evans  wrote:
> > https://issues.apache.org/jira/browse/CASSANDRA-2501
> > https://issues.apache.org/jira/browse/CASSANDRA-2488
> > https://issues.apache.org/jira/browse/CASSANDRA-2505
> > https://issues.apache.org/jira/browse/CASSANDRA-2507
> >
> > All of those apply to the Python driver and/or the CQL shell in some
> > way.
> 
> These are all fixed now. I'm fine w/ re-rolling the beta if you are.

It doesn't build, I think r1095223 (a merge from 0.7) is to blame.

-- 
Eric Evans
eev...@racklabs.com



Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Jonathan Ellis
My fault, fixed.  (Built w/ "ant" but it was confused as "ant clean"
demonstrated.)

On Tue, Apr 19, 2011 at 7:04 PM, Eric Evans  wrote:
> On Tue, 2011-04-19 at 16:59 -0500, Jonathan Ellis wrote:
>> On Tue, Apr 19, 2011 at 11:45 AM, Eric Evans  wrote:
>> > https://issues.apache.org/jira/browse/CASSANDRA-2501
>> > https://issues.apache.org/jira/browse/CASSANDRA-2488
>> > https://issues.apache.org/jira/browse/CASSANDRA-2505
>> > https://issues.apache.org/jira/browse/CASSANDRA-2507
>> >
>> > All of those apply to the Python driver and/or the CQL shell in some
>> > way.
>>
>> These are all fixed now. I'm fine w/ re-rolling the beta if you are.
>
> It doesn't build, I think r1095223 (a merge from 0.7) is to blame.
>
> --
> Eric Evans
> eev...@racklabs.com
>
>



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


Jenkins build is back to stable : Cassandra-0.8-Coverage #7

2011-04-19 Thread Apache Hudson Server
See 




Jenkins build is back to stable : Cassandra-Coverage #32

2011-04-19 Thread Apache Hudson Server
See 




Jenkins build is back to stable : Cassandra-0.7-Coverage #30

2011-04-19 Thread Apache Hudson Server
See 




Re: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Terje Marthinussen
Unfortunate as it means beta1 is useless for testing for us, but I guess it
does not make much difference if we try 0.8 trunk instead.

Terje

On Tue, Apr 19, 2011 at 9:46 PM, Jonathan Ellis  wrote:

> We typically only block betas for major regressions, not bugs that are
> already present in a released version (all of 0.7 releases in this
> case).  So yes, this will be in the next one after beta1 (probably rc1
> since 0.8 won't be a moving target like 0.7 was).
>
> On Tue, Apr 19, 2011 at 7:42 AM, Shotaro Kamio 
> wrote:
> > -1,
> > I'd like to make 0.8 to include the fix for CASSANDRA-2406. The fix is
> > committed to the 0.8 branch lately. I'll wait for beta2.
> >
> >
> > Regards,
> > Shotaro
> >
> >
> > On Tue, Apr 19, 2011 at 10:42 AM, Jonathan Ellis 
> wrote:
> >> CASSANDRA-2448 means
> https://issues.apache.org/jira/browse/CASSANDRA-2448
> >>
> >> On Mon, Apr 18, 2011 at 8:32 PM, Huang Stanley 
> wrote:
> >>> +1
> >>>
> >>> I'm looking forward to 0.8 :-)
> >>>
> >>> And one question about 0.8 beta1,
> >>> I saw an item in the change log:
> >>>
> >>>
> >>> * remove "nodetool loadbalance" (CASSANDRA-2448)
> >>>
> >>> any reason? any alternative solution to keep data "balance"?
> >>>
> >>> regards,
> >>>
> >>> Stanley Huang
> >>>
> >>> regards,
> >>>
> >>> Stanley Huang
> >>>
> >>> On Tue, Apr 19, 2011 at 5:28 AM, Gary Dusbabek 
> wrote:
> >>>
>  +1
> 
>  On Mon, Apr 18, 2011 at 13:44, Eric Evans 
> wrote:
>  >
>  > OK.  Here are artifacts for a proposed 0.8 beta1 release.
>  >
>  > You will note the addition of three new artifacts, cql-1.0.0.tar.gz,
>  > txcql-1.0.0.tar.gz and apache-cassandra-cql-1.0.0.jar.  These are
>  > language drivers for CQL; Be sure to include them in your review.
>  >
>  > SVN:
>  >
> 
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@r1094668
>  > 0.8.0-beta1 artifacts: http://people.apache.org/~eevans
>  >
>  > The vote will be open for 72 hours, longer if needed.
>  >
>  > Thanks!
>  >
>  > --
>  > 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
> >>
> >
>
>
>
> --
> Jonathan Ellis
> Project Chair, Apache Cassandra
> co-founder of DataStax, the source for professional Cassandra support
> http://www.datastax.com
>


[VOTE CLOSED] was: [VOTE] Apache Cassandra 0.8.0-beta1

2011-04-19 Thread Eric Evans
On Tue, 2011-04-19 at 19:13 -0500, Jonathan Ellis wrote:
> My fault, fixed.  (Built w/ "ant" but it was confused as "ant clean"
> demonstrated.)

OK, then consider this vote closed all, I'll reopen another shortly.

> On Tue, Apr 19, 2011 at 7:04 PM, Eric Evans  wrote:
> > On Tue, 2011-04-19 at 16:59 -0500, Jonathan Ellis wrote:
> >> On Tue, Apr 19, 2011 at 11:45 AM, Eric Evans  wrote:
> >> > https://issues.apache.org/jira/browse/CASSANDRA-2501
> >> > https://issues.apache.org/jira/browse/CASSANDRA-2488
> >> > https://issues.apache.org/jira/browse/CASSANDRA-2505
> >> > https://issues.apache.org/jira/browse/CASSANDRA-2507
> >> >
> >> > All of those apply to the Python driver and/or the CQL shell in some
> >> > way.
> >>
> >> These are all fixed now. I'm fine w/ re-rolling the beta if you are.
> >
> > It doesn't build, I think r1095223 (a merge from 0.7) is to blame.

-- 
Eric Evans
eev...@rackspace.com



[VOTE] Apache Cassandra 0.8.0-beta1 (take #2)

2011-04-19 Thread Eric Evans

Let's try this again.  I propose the following artifacts for release as
0.8.0 beta1.

You will note the addition of three new artifacts, cql-1.0.0.tar.gz,
txcql-1.0.0.tar.gz and apache-cassandra-cql-1.0.0.jar.  These are
language drivers for CQL; Be sure to include them in your review.

SVN:
https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@r1095239
0.8.0-beta1 artifacts: http://people.apache.org/~eevans

The vote will be open for 72 hours, longer if needed.

Thanks!

-- 
Eric Evans
eev...@rackspace.com



Build failed in Jenkins: Cassandra-0.8 #25

2011-04-19 Thread Apache Hudson Server
See 

Changes:

[jbellis] add decompose methods to new-since-0.7 AbstractTypes
patch by jbellis

--
[...truncated 1997 lines...]
[junit] Testsuite: org.apache.cassandra.db.TimeSortTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.514 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.commitlog.CommitLogHeaderTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.389 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.context.CounterContextTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.548 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.IntegerTypeTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.19 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.RoundTripTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.413 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.151 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.083 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.348 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.marshal.UUIDTypeTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.106 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.db.migration.SerializationsTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.643 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.405 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 18:42:13,567 Generated random token 
Token(bytes[739492e625a5d01838dd1ca33581a8b3]). Random tokens will result in an 
unbalanced ring; see http://wiki.apache.org/cassandra/Operations
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.144 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.467 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.172 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.771 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.388 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.124 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.383 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.212 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.365 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.451 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.284 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.407 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 18:42:37,756 Invalid file '.svn' in data directory 

[junit]  WARN 18:42:38,368 Invalid file '.svn' in data directory 


Jenkins build is back to normal : Cassandra-0.8 #26

2011-04-19 Thread Apache Hudson Server
See 




Build failed in Jenkins: Cassandra-0.8 #27

2011-04-19 Thread Apache Hudson Server
See 

--
Started by an SCM change
Building remotely on ubuntu2
hudson.util.IOException2: remote file operation failed: 
 at 
hudson.remoting.Channel@46877c24:ubuntu2
at hudson.FilePath.act(FilePath.java:753)
at hudson.FilePath.act(FilePath.java:739)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:684)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:633)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1174)
at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:523)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:418)
at hudson.model.Run.run(Run.java:1362)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:145)
Caused by: java.io.IOException: Remote call on ubuntu2 failed
at hudson.remoting.Channel.call(Channel.java:652)
at hudson.FilePath.act(FilePath.java:746)
... 10 more
Caused by: java.lang.LinkageError: loader (instance of  
hudson/remoting/RemoteClassLoader): attempted  duplicate class definition for 
name: "hudson/model/Descriptor"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.lang.ClassLoader.defineClass(ClassLoader.java:480)
at 
hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:151)
at 
hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:131)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2308)
at java.lang.Class.getDeclaredField(Class.java:1897)
at 
java.io.ObjectStreamClass.getDeclaredSUID(ObjectStreamClass.java:1627)
at java.io.ObjectStreamClass.access$700(ObjectStreamClass.java:69)
at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:442)
at java.security.AccessController.doPrivileged(Native Method)
at java.io.ObjectStreamClass.(ObjectStreamClass.java:430)
at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:327)
at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:564)
at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1600)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1513)
at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1600)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1513)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1749)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
at hudson.remoting.UserRequest.perform(UserRequest.java:98)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Reco