// whose corresponding commit will thus fail after activation
Region region = regionManager_.getRegion(fqn);
if (region == null)
region = regionManager_.createRegion(fqn, null, true);
region.startQueuing();
// If a classloader is registered for the node's region, use it
ClassLoader cl = region.getClassLoader();
// Request partial state from the cluster and integrate it