Build failed in Jenkins: Cassandra-quick #1165

2012-08-24 Thread Apache Jenkins Server
See 

--
[...truncated 400 lines...]
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.589 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 10.103 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 22.674 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 15:42:52,767 setting live ratio to maximum of 64.0 instead of 
90.67
[junit] -  ---
[junit] Testsuite: 
org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.483 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 15:43:03,598 open(null, O_RDONLY) failed, errno (14).
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.342 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.136 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 14.356 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 15:43:26,717 setting live ratio to maximum of 64.0 instead of 
85.71428571428571
[junit]  WARN 15:43:28,901 setting live ratio to maximum of 64.0 instead of 
67.63636363636364
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.289 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 9.391 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 2.708 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.886 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.919 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.136 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 8.861 sec
[junit] 
[junit] - Standard Output ---
[junit] toStream : [(158873535527910577765226390751398592512,0], 
(0,34028236692093846346337460743176821145]]
[junit] toFetch : 
[(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
[junit] toStreamExpected : [(158873535527910577765226390751398592512,0], 
(0,34028236692093846346337460743176821145]]
[junit] toFetchExpected : 
[(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
[junit] -  ---
[junit] Testsuite: 
org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.929 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 8.87 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.918 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.service.AntiEntropyServiceCounterTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 12.9 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 15:44:40,959 No host ID found, created 
404b5063-57e4-4e8a-90f6-e0394ad802d8 (Note: This should happen exactly once per 
node).
[junit]  WARN 15:44:41,272 Generated random token 
[Token(bytes[b744c02cc3c6f91ee97177541db18d24])]. Random tokens will result in 
an unbalanced ring; see http://wiki.ap

Re: Upgrade path for virtual nodes

2012-08-24 Thread Eric Evans
On Tue, Aug 21, 2012 at 2:54 PM, Jonathan Ellis  wrote:
> On Mon, Aug 20, 2012 at 4:55 PM, Eric Evans  wrote:
>> Shuffling the ranges to create a random distribution from contiguous
>> ranges has the potential to move a *lot* of data around (all of it,
>> basically).  Doing this in an optimal way would mean never moving a
>> range more than once.  Since it is a lot of data, and since presumably
>> we're expecting normal operations to continue in the meantime, it
>> would seem an optimal shuffle would need to maintain state.  For
>> example, one machine could serve as the "shuffle coordinator",
>> precalculating and persisting all of the moves, starting new transfers
>> as existing ones finish, and tracking the progress, etc.
>
> Fortunately, we have a distributed storage system :)
>
> Seriously though, creating a CF mapping vnode from->to tuples,
> throwing in the list of changes to make once, and deleting them out as
> they complete, would be a pretty simple way to get what we want.

Yeah, that's exactly what I had in mind to do.

Actually, now that I think about it, I'd probably drop the entire
notion of a "coordinator", and write the respective entiries into a
column family in the system keyspaces.  Each system could then work
through their respective queue of relocations at their own pace.

What would you think of this approach?

-- 
Eric Evans
Acunu | http://www.acunu.com | @acunu


Re: Upgrade path for virtual nodes

2012-08-24 Thread Jonathan Ellis
On Fri, Aug 24, 2012 at 11:23 AM, Eric Evans  wrote:
> Actually, now that I think about it, I'd probably drop the entire
> notion of a "coordinator", and write the respective entiries into a
> column family in the system keyspaces.  Each system could then work
> through their respective queue of relocations at their own pace.

Sounds reasonable.

-- 
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-quick #1166

2012-08-24 Thread Apache Jenkins Server
See 

Changes:

[jbellis] add disk_failure_policy

--
Started by an SCM change
Building remotely on ubuntu1 in workspace 

Checkout:Cassandra-quick /  
- hudson.remoting.Channel@37792cb9:ubuntu1
Using strategy: Default
Last Built Revision: Revision 58c5533e956cab461a4122e63212cee1f8275713 
(origin/trunk)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cassandra.git
Commencing build of Revision 99605d9f8db9a64ce58a738de5aa236103ec8f66 
(origin/trunk)
Checking out Revision 99605d9f8db9a64ce58a738de5aa236103ec8f66 (origin/trunk)
[Cassandra-quick] $ /home/hudson/tools/ant/latest/bin/ant 
-Dversion=2012-08-24_20-13-38 -Dtest.timeout=9 
-Dcobertura.dir=/usr/share/java clean test
Buildfile: 

clean:
   [delete] Deleting directory 

   [delete] Deleting directory 

   [delete] Deleting directory 

   [delete] Deleting: 


maven-ant-tasks-localrepo:

maven-ant-tasks-download:

maven-ant-tasks-init:

maven-declare-dependencies:

maven-ant-tasks-retrieve-build:

init-dependencies:
 [echo] Loading dependency paths from file: 


init:
[mkdir] Created dir: 

[mkdir] Created dir: 

[mkdir] Created dir: 

[mkdir] Created dir: 

[mkdir] Created dir: 


check-avro-generate:

avro-interface-generate-internode:
 [echo] Generating Avro internode code...

avro-generate:

build-subprojects:

check-gen-cli-grammar:

gen-cli-grammar:
 [echo] Building Grammar 

  

check-gen-cql2-grammar:

gen-cql2-grammar:
 [echo] Building Grammar 

  ...

check-gen-cql3-grammar:

gen-cql3-grammar:
 [echo] Building Grammar 

  ...

build-project:
 [echo] apache-cassandra: 

[javac] Compiling 40 source files to 

[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 633 source files to 

[javac] 
:130:
 warning: unmappable character for encoding ASCII
[javac]  * Calculates estimated number of points in interval [-???,b].
[javac]^
[javac] 
:130:
 warning: unmappable character for encoding ASCII
[javac]  * Calculates estimated number of points in interval [-???,b].
[javac] ^
[javac] 
:130:
 warning: unmappable character for encoding ASCII
[javac]  * Calculates estimated number of points in interval [-???,b].
[javac]  ^
[javac] 
:133:
 warning: unmappable character for encoding ASCII
[javac]  * @return estimated number of points in a interval [-???,b].
[javac]   ^
[javac] 
:133:
 warning: unmappable character for encoding ASCII
[javac]  * @return estimated number of points in a interval [-???,b].
[javac]^
[javac] 


Build failed in Jenkins: Cassandra #1970

2012-08-24 Thread Apache Jenkins Server
See 

Changes:

[jbellis] add disk_failure_policy

--
Started by an SCM change
Building remotely on ubuntu1 in workspace 

Checkout:Cassandra /  - 
hudson.remoting.Channel@37792cb9:ubuntu1
Using strategy: Default
Last Built Revision: Revision 58c5533e956cab461a4122e63212cee1f8275713 
(origin/trunk)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cassandra.git
Commencing build of Revision 99605d9f8db9a64ce58a738de5aa236103ec8f66 
(origin/trunk)
Checking out Revision 99605d9f8db9a64ce58a738de5aa236103ec8f66 (origin/trunk)
[Cassandra] $ /home/hudson/tools/ant/latest/bin/ant 
-Dversion=2012-08-24_20-14-36 -Dtest.timeout=9 
-Dcobertura.dir=/usr/share/java clean release test
Buildfile: 

clean:
   [delete] Deleting directory 

   [delete] Deleting directory 

   [delete] Deleting directory 

   [delete] Deleting: 


maven-ant-tasks-localrepo:

maven-ant-tasks-download:

maven-ant-tasks-init:

maven-declare-dependencies:

maven-ant-tasks-retrieve-build:

init-dependencies:
 [echo] Loading dependency paths from file: 


init:
[mkdir] Created dir: 

[mkdir] Created dir: 

[mkdir] Created dir: 

[mkdir] Created dir: 

[mkdir] Created dir: 


check-avro-generate:

avro-interface-generate-internode:
 [echo] Generating Avro internode code...

avro-generate:

build-subprojects:

check-gen-cli-grammar:

gen-cli-grammar:
 [echo] Building Grammar 

  

check-gen-cql2-grammar:

gen-cql2-grammar:
 [echo] Building Grammar 

  ...

check-gen-cql3-grammar:

gen-cql3-grammar:
 [echo] Building Grammar 

  ...

build-project:
 [echo] apache-cassandra: 

[javac] Compiling 40 source files to 

[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 633 source files to 

[javac] 
:130:
 warning: unmappable character for encoding ASCII
[javac]  * Calculates estimated number of points in interval [-???,b].
[javac]^
[javac] 
:130:
 warning: unmappable character for encoding ASCII
[javac]  * Calculates estimated number of points in interval [-???,b].
[javac] ^
[javac] 
:130:
 warning: unmappable character for encoding ASCII
[javac]  * Calculates estimated number of points in interval [-???,b].
[javac]  ^
[javac] 
:133:
 warning: unmappable character for encoding ASCII
[javac]  * @return estimated number of points in a interval [-???,b].
[javac]   ^
[javac] 
:133:
 warning: unmappable character for encoding ASCII
[javac]  * @return estimated number of points in a interval [-???,b].
[javac]^
[javac] 
:133:
 warning: unmappable character for encoding ASCII
[javac]

Build failed in Jenkins: Cassandra-quick #1167

2012-08-24 Thread Apache Jenkins Server
See 

--
Started by an SCM change
Building remotely on ubuntu4 in workspace 

Checkout:Cassandra-quick /  
- hudson.remoting.Channel@3d888a06:ubuntu4
Using strategy: Default
Last Built Revision: Revision 99605d9f8db9a64ce58a738de5aa236103ec8f66 
(origin/trunk)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cassandra.git
Commencing build of Revision d9c70e1d321c9428ed618790e6c0b49d6aa0fa13 
(origin/trunk)
Checking out Revision d9c70e1d321c9428ed618790e6c0b49d6aa0fa13 (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-1167
hudson.plugins.git.GitException: Could not apply tag 
jenkins-Cassandra-quick-1167
at hudson.plugins.git.GitAPI.tag(GitAPI.java:751)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1321)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1269)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2196)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins 
Build #1167 jenkins-Cassandra-quick-1167" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "y...@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident   not allowed

at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:818)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:780)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:790)
at hudson.plugins.git.GitAPI.tag(GitAPI.java:749)
... 12 more


Re: Upgrade path for virtual nodes

2012-08-24 Thread Eric Evans
On Fri, Aug 24, 2012 at 11:27 AM, Jonathan Ellis  wrote:
> On Fri, Aug 24, 2012 at 11:23 AM, Eric Evans  wrote:
>> Actually, now that I think about it, I'd probably drop the entire
>> notion of a "coordinator", and write the respective entiries into a
>> column family in the system keyspaces.  Each system could then work
>> through their respective queue of relocations at their own pace.
>
> Sounds reasonable.

OK, then unless someone steps forward with a better idea, I'll proceed
with this approach.

Thanks!

-- 
Eric Evans
Acunu | http://www.acunu.com | @acunu


Build failed in Jenkins: Cassandra-quick #1168

2012-08-24 Thread Apache Jenkins Server
See 

Changes:

[jbellis] add src/java/org/apache/cassandra/db/BlacklistedDirectories.java

[jbellis] finish renaming DFMode -> DFPolicy

[jbellis] add DMP.ignore to avoid surprises when upgrading w/ old config file

--
[...truncated 399 lines...]
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.303 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.956 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 31.586 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 21:02:11,252 setting live ratio to maximum of 64.0 instead of 
90.67
[junit] -  ---
[junit] Testsuite: 
org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.262 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 21:02:27,039 open(null, O_RDONLY) failed, errno (14).
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12.86 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.14 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 19.708 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 21:02:56,331 setting live ratio to maximum of 64.0 instead of 
85.71428571428571
[junit]  WARN 21:03:00,320 setting live ratio to maximum of 64.0 instead of 
67.63636363636364
[junit] -  ---
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.486 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.545 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 5.712 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.908 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.923 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.394 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.355 sec
[junit] 
[junit] - Standard Output ---
[junit] toStream : [(158873535527910577765226390751398592512,0], 
(0,34028236692093846346337460743176821145]]
[junit] toFetch : 
[(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
[junit] toStreamExpected : [(158873535527910577765226390751398592512,0], 
(0,34028236692093846346337460743176821145]]
[junit] toFetchExpected : 
[(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
[junit] -  ---
[junit] Testsuite: 
org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.915 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.875 sec
[junit] 
[junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.919 sec
[junit] 
[junit] Testsuite: 
org.apache.cassandra.service.AntiEntropyServiceCounterTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 16.632 sec
[junit] 
[junit] - Standard Error -
[junit]  WARN 21:04:39,715 No host ID found, created 
0b3df83f-3701-466d-9cfe-5f910916f8a0

Build failed in Jenkins: Cassandra-Coverage #290

2012-08-24 Thread Apache Jenkins Server
See 

--
Started by an SCM change
Building remotely on ubuntu4 in workspace 

Checkout:Cassandra-Coverage / 
 - 
hudson.remoting.Channel@3d888a06:ubuntu4
Using strategy: Default
Last Built Revision: Revision 8bd1c1f86e875a34cf717c95706a29955fd6d2bd 
(origin/trunk)
Fetching changes from 1 remote Git repository
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/cassandra.git
Commencing build of Revision e1ee636026ffc1bfde2a500a766ddcfda2a52b4d 
(origin/trunk)
Checking out Revision e1ee636026ffc1bfde2a500a766ddcfda2a52b4d (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-Coverage-290
hudson.plugins.git.GitException: Could not apply tag 
jenkins-Cassandra-Coverage-290
at hudson.plugins.git.GitAPI.tag(GitAPI.java:751)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1321)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1269)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2196)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins 
Build #290 jenkins-Cassandra-Coverage-290" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "y...@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident   not allowed

at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:818)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:780)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:790)
at hudson.plugins.git.GitAPI.tag(GitAPI.java:749)
... 12 more