Fixed bug when trying to abort an already committed CommitBarrier
This commit is contained in:
parent
2cdfdb2e26
commit
5447520880
2 changed files with 5 additions and 3 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue