LoggerUtils.logMsg(logger, repImpl, formatter, Level.FINE,
"Informing " + learners.size() + " learners.");
List<Future<MessageExchange>> futures =
Utils.broadcastMessage(learners,
Learner.SERVICE_NAME,
protocol.new Result
(winningProposal.proposal,
winningProposal.chosenValue),
threadPool);
/* Consume the futures. */