Merge branch 'ticket_345'

Conflicts:
	akka-core/src/test/scala/SchedulerSpec.scala
This commit is contained in:
Jonas Bonér 2010-07-26 12:27:14 +02:00
commit 20464a3d20
9 changed files with 346 additions and 132 deletions

View file

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