return myUpdateRequest.getFinishedIndexSnapshot();
}
}
stats.recordFailedIndexJoinLookup();
throw new ExceededMemoryLimitException(maxIndexMemorySize, "Index");
}
}
// return the snapshot from the update request as another thread may have already flushed the request
return myUpdateRequest.getFinishedIndexSnapshot();