}
if (inconsistentStartHandle == null) {
log.error("Could not find the StartHandle"
+ " of the inconsistent buddy");
} else {
inconsistentStartHandle.startAndAwait(progress.newChild(200));
startHandles.remove(inconsistentStartHandle);
}
} finally {
if (startHandles != null)
for (StartHandle startHandle : startHandles)