partitionStatsList.size() + " partitions on superstep " +
graphState.getSuperstep() + ". Flushing started");
}
try {
workerClientRequestProcessor.flush();
aggregatorUsage.finishThreadComputation();
} catch (IOException e) {
throw new IllegalStateException("call: Flushing failed.", e);
}
return partitionStatsList;
}