}
logger.debug("Starting aggregator doWork; incoming record count = {} ", incoming.getRecordCount());
while(true){
AggOutcome out = aggregator.doWork();
logger.debug("Aggregator response {}, records {}", out, aggregator.getOutputCount());
switch(out){
case CLEANUP_AND_RETURN:
container.zeroVectors();
aggregator.cleanup();