This commit is contained in:
Peter Veentjer 2011-07-26 08:16:26 +03:00
parent 6a91ec0baa
commit 96cc0a00b4
13 changed files with 293 additions and 47 deletions

View file

@ -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)))