Authored by wangnan

fix

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