Fixed issue with CommitBarrier and its registered callbacks + Added compensating 'barrier.decParties' to each 'barrier.incParties'

This commit is contained in:
Jonas Bonér 2010-05-28 23:50:08 +02:00
parent 89bf596f38
commit c22e564b74
5 changed files with 71 additions and 22 deletions

View file

@ -47,7 +47,6 @@ class AkkaLoader extends Logging {
private def printBanner = {
log.info(
"""
==================================================
t
t t t
t t tt t
@ -70,9 +69,10 @@ class AkkaLoader extends Logging {
ttt ttt ttt ttt ttt ttt ttt ttt
ttt tt ttt ttt ttt ttt ttt ttt
tttttttt ttt ttt ttt ttt tttttttt
==================================================
""")
log.info(" Running version %s", Config.VERSION)
log.info(" Running version %s", Config.VERSION)
log.info("==================================================")
}
}