{
NodeInfo nodeInfo;
try {
nodeInfo = nodeCallStarted(nodeId);
} catch (IllegalStateException e) {
CacheConsistencyException exception =
new CacheConsistencyException(e.getMessage(), e);
logger.logThrow(WARNING, exception, "Cache consistency failure");
throw exception;
}
try {
BindingKey nameKey = BindingKey.getAllowLast(name);