Skip to content

Commit

Permalink
Bump version to 0.2.0, updated Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
C. Scott Andreas committed Dec 13, 2011
1 parent ac75255 commit 9ba89fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Changelog.md
@@ -1,16 +1,21 @@
# Ordasity Changelog
### Version History

#### Current: Ordasity 0.1.9
#### Current: Ordasity 0.2.0
**Changes Since Previous Release:**

– Resolved a distributed race condition which can occur when using Ordasity's "handoff" capability at the very end of the process.

– Resolved a case in which a node may fail to recognize that it has completed the claiming process after accepting handoff of a work unit from another node.

#### Previous Releases:
###### Ordasity 0.1.9 ::
– Resolved a case in which a node in an Ordasity cluster could find itself in a confused state after losing connection to a Zookeeper node, but successfully re-establishing the connection prior to the expiration of the Zookeeper session timeout.

– Migrated node state information stored in Zookeeper from a flat string to structured JSON.

Nodes running a previous version of Ordasity will see nodes running Ordasity 0.1.9+, but will view them in a "fallback" mode and operate under the safe assumption that the unrecognized nodes might not attempt to claim work. This safeguard ensures that all work units will remain claimed during the upgrade, but may result in 0.1.8 nodes claiming more than their fair share while it's in progress. As such, this release is safe for a rolling upgrade with no special treatment required.


#### Previous Releases:
###### Ordasity 0.1.8 ::
Initial release
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.boundary</groupId>
<artifactId>ordasity</artifactId>
<version>0.1.9</version>
<version>0.2.0</version>

<name>Ordasity</name>
<url>http://www.boundary.com</url>
Expand Down

0 comments on commit 9ba89fa

Please sign in to comment.