Skip to content

Commit ef1e615

Browse files
committed
release version 0.2.1
1 parent 5dbe1b6 commit ef1e615

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
cassandra-reaper (0.2.1-1) stable; urgency=low
2+
3+
* Fixed race condition bug with parallel repairs
4+
* Fixed bug with failing repair schedule blocking all other schedules
5+
* Catch exceptions to avoid unnecessarily putting runs in ERROR state
6+
* Allow reattempting ERROR runs from where they left off
7+
8+
-- Björn Hegerfors <[email protected]> Wed, 6 May 2015 15:10:06 +0200
9+
110
cassandra-reaper (0.2.0-1) stable; urgency=low
211

312
* Add parallel opportunistic repairs

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Cassandra Reaper</name>
88
<groupId>com.spotify</groupId>
99
<artifactId>cassandra-reaper</artifactId>
10-
<version>0.2.1-SNAPSHOT</version>
10+
<version>0.2.1</version>
1111
<packaging>jar</packaging>
1212

1313
<properties>

0 commit comments

Comments
 (0)