ce = ce.getCause();
}
if (ce instanceof OutdatedTopologyException) {
// If the primary owner throws an OutdatedTopologyException, it must be because the command succeeded there
if (trace) log.tracef("Changing the value matching policy from %s to %s (original value was %s)",
command.getValueMatcher(), valueMatcher.matcherForRetry(), valueMatcher);
command.setValueMatcher(valueMatcher.matcherForRetry());
}
throw e;
}
if (!isSyncForwarding) return localResult;