@Override
public void start() {
logger.trace("start");
int i = 0;
final NodeMergeRequest request = new NodeMergeRequest(mergeNode);
final CountDownLatch countDownLatch;
// if we have an upstream result, we need to register failure handlers here, in order to
// handle bootstrapping failures on the data providing side
if (upstreamResult == null){