12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 09:57:14.135 [scheduling-1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task
- org.elasticsearch.ElasticsearchStatusException: Elasticsearch exception [type=search_phase_execution_exception, reason=all shards failed]
- at org.elasticsearch.rest.BytesRestResponse.errorFromXContent(BytesRestResponse.java:178)
- at org.elasticsearch.client.RestHighLevelClient.parseEntity(RestHighLevelClient.java:2484)
- at org.elasticsearch.client.RestHighLevelClient.parseResponseException(RestHighLevelClient.java:2461)
- at org.elasticsearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:2184)
- at org.elasticsearch.client.RestHighLevelClient.performRequest(RestHighLevelClient.java:2137)
- at org.elasticsearch.client.RestHighLevelClient.performRequestAndParseEntity(RestHighLevelClient.java:2105)
- at org.elasticsearch.client.RestHighLevelClient.search(RestHighLevelClient.java:1367)
- at cn.com.taiji.esshipservice.listener.hlx.fusion.EsHkImagesDumpS3.imagesDumpS3Ship(EsHkImagesDumpS3.java:276)
- at cn.com.taiji.esshipservice.listener.hlx.fusion.EsHkImagesDumpS3.scheduled(EsHkImagesDumpS3.java:82)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
- at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.runAndReset$$$capture(FutureTask.java:308)
- at java.util.concurrent.FutureTask.runAndReset(FutureTask.java)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- at java.lang.Thread.run(Thread.java:748)
- Suppressed: org.elasticsearch.client.ResponseException: method [POST], host [http://120.25.233.10:9200], URI [/index_seat_hik_capture_ship_track/_search?typed_keys=true&max_concurrent_shard_requests=5&search_type=query_then_fetch&batched_reduce_size=512], status line [HTTP/1.1 400 Bad Request]
- {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting."}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"index_seat_hik_capture_ship_track","node":"zMt9IVbRQJKB800coTvIOA","reason":{"type":"illegal_argument_exception","reason":"Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting."}}],"caused_by":{"type":"illegal_argument_exception","reason":"Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.","caused_by":{"type":"illegal_argument_exception","reason":"Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting."}}},"status":400}
- at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:331)
- at org.elasticsearch.client.RestClient.performRequest(RestClient.java:301)
- at org.elasticsearch.client.RestClient.performRequest(RestClient.java:276)
- at org.elasticsearch.client.RestHighLevelClient.performClientRequest(RestHighLevelClient.java:2699)
- at org.elasticsearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:2171)
- ... 19 common frames omitted
- Caused by: org.elasticsearch.ElasticsearchException: Elasticsearch exception [type=illegal_argument_exception, reason=Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.]
- at org.elasticsearch.ElasticsearchException.innerFromXContent(ElasticsearchException.java:491)
- at org.elasticsearch.ElasticsearchException.fromXContent(ElasticsearchException.java:402)
- at org.elasticsearch.ElasticsearchException.innerFromXContent(ElasticsearchException.java:432)
- at org.elasticsearch.ElasticsearchException.failureFromXContent(ElasticsearchException.java:598)
- at org.elasticsearch.rest.BytesRestResponse.errorFromXContent(BytesRestResponse.java:170)
- ... 22 common frames omitted
- Caused by: org.elasticsearch.ElasticsearchException: Elasticsearch exception [type=illegal_argument_exception, reason=Result window is too large, from + size must be less than or equal to: [10000] but was [1000000]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting.]
- at org.elasticsearch.ElasticsearchException.innerFromXContent(ElasticsearchException.java:491)
- at org.elasticsearch.ElasticsearchException.fromXContent(ElasticsearchException.java:402)
- at org.elasticsearch.ElasticsearchException.innerFromXContent(ElasticsearchException.java:432)
- ... 26 common frames omitted
|