...
|
...
|
@@ -146,7 +146,7 @@ public class GlobalndexBulkService implements ApplicationEventPublisherAware { |
|
|
|
|
|
// 3、批量更新ES
|
|
|
this.updateGlobalIndexByList(productIndexBOS);
|
|
|
logger.info("doBulkUpdateGlobalIndex[updateToEs], productIndexBOS size is [{}], cost [{}]ms", productIndexBOS.size(), costStatistics.getCost());
|
|
|
logger.info("[test666666]doBulkUpdateGlobalIndex[updateToEs], productIndexBOS size is [{}], cost [{}]ms", productIndexBOS.size(), costStatistics.getCost());
|
|
|
|
|
|
// 4、打印总耗时
|
|
|
logger.info("doBulkUpdateGlobalIndex end , costStatistics is [{}] ", costStatistics.getCostStatisticsString());
|
...
|
...
|
|