Commit 19ff62bf by 姚冰

[chg] 去除强制刷新测试

1 parent a19efee4
...@@ -325,7 +325,7 @@ public class PersonService { ...@@ -325,7 +325,7 @@ public class PersonService {
return null; return null;
} }
BulkResponse bulk = client.bulk(bulkRequest, RequestOptions.DEFAULT); BulkResponse bulk = client.bulk(bulkRequest, RequestOptions.DEFAULT);
poolService.refreshPool(poolId); // poolService.refreshPool(poolId);
return bulk; return bulk;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!