Fixed broken tests for Active Objects + added logging to Scheduler + fixed problem with SchedulerSpec
This commit is contained in:
parent
474529e102
commit
b3473c7a18
8 changed files with 251 additions and 105 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue