|
long totalNum = tasks.stream().map(SinkTask::getProcessNum).reduce(0L, Long::sum);
|
|
long totalNum = tasks.stream().map(SinkTask::getProcessNum).reduce(0L, Long::sum);
|
|
logger.info("{} all {} thread process finish | total count {} | total cost {} ms", ds, numThread, totalNum, (System.currentTimeMillis() - start));
|
|
logger.info("{} all {} thread process finish | total count {} | total cost {} ms", ds, numThread, totalNum, (System.currentTimeMillis() - start));
|