}
}, functions, statsTables);
transportService.registerHandler(startMergeAction, new StartMergeHandler());
transportService.registerHandler(failAction, new FailureHandler(contextManager));
transportService.registerHandler(mergeRowsAction, new DistributedResultRequestHandler(contextManager));
}