int port = config.getIntegerProperty("UDP_BIND_PORT");
// start ingesting.
startIngestion(rollupContext, new InetSocketAddress(host, port));
// save shard state to/from the database.
new ShardStateServices(rollupContext, new AstyanaxShardStateIO()).start();
}