RemoteChannelReceiver.getReceiver(LocalActorUtil.getMailbox(actor), true).handleRefMessage(new GlxRemoteChannel.RefMessage(true, grid.cluster().getMyNodeId()));
return root; // root is the global id
} catch (TimeoutException e) {
LOG.error("Registering actor {} at root {} failed due to timeout", actor, rootName);
store.rollback(txn);
store.abort(txn);
throw new RuntimeException("Actor registration failed");
}
} catch (InterruptedException e) {
throw new RuntimeException(e);
} finally {