Showing
1 changed file
with
1 additions
and
1 deletions
@@ -142,7 +142,7 @@ public class YohoIndexDataLoader implements IYohoIndexDataLoader, ApplicationEve | @@ -142,7 +142,7 @@ public class YohoIndexDataLoader implements IYohoIndexDataLoader, ApplicationEve | ||
142 | throw e; | 142 | throw e; |
143 | } | 143 | } |
144 | long end = System.currentTimeMillis(); | 144 | long end = System.currentTimeMillis(); |
145 | - INDEX_REBUILD_LOG.info("[addDataToEs begin][yohoIndexName=[{}]],[pageNo={}],[count={}][cost={}]", yohoIndexName, pageNo, dataList.size(), end - begin); | 145 | + INDEX_REBUILD_LOG.info("[addDataToEs end][yohoIndexName=[{}]],[pageNo={}],[count={}][cost={}]", yohoIndexName, pageNo, dataList.size(), end - begin); |
146 | performanceMonitor.addCost(end - begin); | 146 | performanceMonitor.addCost(end - begin); |
147 | } | 147 | } |
148 | return true; | 148 | return true; |
-
Please register or login to post a comment