es.register(executorName, maxThreadSize, queueSize, ExecutorType.CACHED);
} catch (Exception ignore) {
// After destroying the proxy and recreating it the executor
// might already be registered, so we can ignore this exception.
ILogger logger = nodeEngine.getLogger(NodeJobTracker.class);
logger.finest("This is likely happened due to a previously cancelled job", ignore);
}
}
@Override
public <K, V> Job<K, V> newJob(KeyValueSource<K, V> source) {