Fixed bug when trying to abort an already committed CommitBarrier

This commit is contained in:
Jonas Bonér 2010-07-18 07:28:56 +02:00
parent c802d2e0ac
commit 4106ceff8a
2 changed files with 5 additions and 3 deletions

View file

@ -222,7 +222,7 @@ class RemoteServer extends Logging {
bootstrap.releaseExternalResources
Cluster.deregisterLocalNode(hostname, port)
} catch {
case e: java.nio.channels.ClosedChannelException => log.warning("Could not close remote server channel in a graceful way")
case e => log.warning("Could not close remote server channel in a graceful way")
}
}
}