ticket #958
This commit is contained in:
parent
6a91ec0baa
commit
96cc0a00b4
13 changed files with 293 additions and 47 deletions
|
|
@ -933,7 +933,8 @@ class DefaultClusterNode private[akka](
|
|||
*/
|
||||
def release(actorAddress: String) {
|
||||
|
||||
// FIXME 'Cluster.release' needs to notify all existing ClusterActorRef's that are using the instance that it is no longer available. Then what to do? Should we even remove this method?
|
||||
// FIXME 'Cluster.release' needs to notify all existing ClusterActorRef's that are using the instance that it is no
|
||||
// longer available. Then what to do? Should we even remove this method?
|
||||
|
||||
if (isConnected.isOn) {
|
||||
ignore[ZkNoNodeException](zkClient.delete(actorAddressToNodesPathFor(actorAddress, nodeAddress.nodeName)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue