Skip to content

Commit

Permalink
Upped build.version to 0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
bbansal committed Oct 7, 2009
1 parent 11db5f7 commit 244f560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -33,4 +33,4 @@ tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Release
curr.release=0.54
curr.release=0.55
1 change: 1 addition & 0 deletions src/java/voldemort/server/scheduler/DataCleanupJob.java
Expand Up @@ -91,6 +91,7 @@ public void run() {
logger.error("Error in data cleanup job for store " + store.getName() + ": ", e);
} finally {
closeIterator(iterator);
logger.info("Releasing lock after data cleanup on \"" + store.getName() + "\".");
this.cleanupPermits.release();
}
}
Expand Down

0 comments on commit 244f560

Please sign in to comment.