Skip to content

A query covering more than 128 possibly search-idle shards will fail to trigger a refresh #50043

@astefan

Description

@astefan

Considering the following:

  • a default setup in terms of refresh settings (no explicit refresh)
  • no explicit pre_filter_shard_size parameter
  • all the indices have in total have more than 128 shards
  • all the indices can be covered by a wildcard index name search. For example test-*
  • the search query uses a range on a date field
  • one index has data covering that range query
  • the data matching the range query has been added after the index has become search-idle (30 seconds by default)

A test with pre_filter_shard_size=1 will succeed. Also, a test that goes straight to test-100 index will also succeed every time.

The query is of the form POST /test-*/_search.
The outcome is that the result of the search will not include the data that has been added after the index has become search-idle. trace logging on org.elasticsearch.action.search and org.elasticsearch.index.shard shows that a refresh is not triggered as part of the search. A trimmed down version of the logs where test-100 is the index that contains the data matching the range query on a date field in the index:

[2019-12-10T16:14:21.066Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-01][0]
[2019-12-10T16:14:21.067Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-02][0]
[2019-12-10T16:14:21.068Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-04][0]
[2019-12-10T16:14:21.068Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-03][0]
[2019-12-10T16:14:21.069Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-05][0]
[2019-12-10T16:14:21.069Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-06][0]
[2019-12-10T16:14:21.070Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-07][0]
[2019-12-10T16:14:21.071Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-08][0]
[2019-12-10T16:14:21.071Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-09][0]
[2019-12-10T16:14:21.072Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-11][0]
[2019-12-10T16:14:21.072Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-10][0]
[2019-12-10T16:14:21.073Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-13][0]
[2019-12-10T16:14:21.073Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-12][0]
[2019-12-10T16:14:21.074Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-14][0]
[2019-12-10T16:14:21.075Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-16][0]
[2019-12-10T16:14:21.075Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-15][0]
[2019-12-10T16:14:21.076Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-17][0]
[2019-12-10T16:14:21.077Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-19][0]
[2019-12-10T16:14:21.077Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-18][0]
[2019-12-10T16:14:21.078Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-20][0]
[2019-12-10T16:14:21.079Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-22][0]
[2019-12-10T16:14:21.079Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-21][0]
[2019-12-10T16:14:21.080Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-23][0]
[2019-12-10T16:14:21.080Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-24][0]
[2019-12-10T16:14:21.081Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-25][0]
[2019-12-10T16:14:21.081Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-26][0]
[2019-12-10T16:14:21.082Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-27][0]
[2019-12-10T16:14:21.083Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-28][0]
[2019-12-10T16:14:21.083Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-29][0]
[2019-12-10T16:14:21.084Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-30][0]
[2019-12-10T16:14:21.085Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-01][0]
[2019-12-10T16:14:21.086Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-03][0]
[2019-12-10T16:14:21.086Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-02][0]
[2019-12-10T16:14:21.087Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-04][0]
[2019-12-10T16:14:21.088Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-05][0]
[2019-12-10T16:14:21.089Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-06][0]
[2019-12-10T16:14:21.089Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-07][0]
[2019-12-10T16:14:21.090Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-08][0]
[2019-12-10T16:14:21.091Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-09][0]
[2019-12-10T16:14:21.092Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-11][0]
[2019-12-10T16:14:21.092Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-10][0]
[2019-12-10T16:14:21.093Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-12][0]
[2019-12-10T16:14:21.094Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-13][0]
[2019-12-10T16:14:21.095Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-14][0]
[2019-12-10T16:14:21.095Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-15][0]
[2019-12-10T16:14:21.096Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-17][0]
[2019-12-10T16:14:21.096Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-18][0]
[2019-12-10T16:14:21.096Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-16][0]
[2019-12-10T16:14:21.097Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-20][0]
[2019-12-10T16:14:21.097Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-19][0]
[2019-12-10T16:14:21.097Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-21][0]
[2019-12-10T16:14:21.098Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-23][0]
[2019-12-10T16:14:21.098Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-22][0]
[2019-12-10T16:14:21.099Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-25][0]
[2019-12-10T16:14:21.099Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-24][0]
[2019-12-10T16:14:21.099Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-26][0]
[2019-12-10T16:14:21.100Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-27][0]
[2019-12-10T16:14:21.100Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-28][0]
[2019-12-10T16:14:21.100Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-29][0]
[2019-12-10T16:14:21.101Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-30][0]
[2019-12-10T16:14:21.101Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-01][0]
[2019-12-10T16:14:21.101Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-31][0]
[2019-12-10T16:14:21.102Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-02][0]
[2019-12-10T16:14:21.102Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-03][0]
[2019-12-10T16:14:21.103Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-05][0]
[2019-12-10T16:14:21.103Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-04][0]
[2019-12-10T16:14:21.103Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-06][0]
[2019-12-10T16:14:21.104Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-07][0]
[2019-12-10T16:14:21.104Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-08][0]
[2019-12-10T16:14:21.104Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-09][0]
[2019-12-10T16:14:21.105Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-10][0]
[2019-12-10T16:14:21.105Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-11][0]
[2019-12-10T16:14:21.106Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-12][0]
[2019-12-10T16:14:21.106Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-13][0]
[2019-12-10T16:14:21.106Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-14][0]
[2019-12-10T16:14:21.107Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-15][0]
[2019-12-10T16:14:21.107Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-16][0]
[2019-12-10T16:14:21.107Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-17][0]
[2019-12-10T16:14:21.108Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-18][0]
[2019-12-10T16:14:21.108Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-19][0]
[2019-12-10T16:14:21.108Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-20][0]
[2019-12-10T16:14:21.109Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-21][0]
[2019-12-10T16:14:21.109Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-22][0]
[2019-12-10T16:14:21.110Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11][0]
[2019-12-10T16:14:21.110Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-06][0]
[2019-12-10T16:14:21.110Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-07][0]
[2019-12-10T16:14:21.111Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-09][0]
[2019-12-10T16:14:21.111Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-08][0]
[2019-12-10T16:14:21.111Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-10][0]
[2019-12-10T16:14:21.112Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-11][0]
[2019-12-10T16:14:21.112Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-13][0]
[2019-12-10T16:14:21.112Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-12][0]
[2019-12-10T16:14:21.113Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-15][0]
[2019-12-10T16:14:21.113Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-14][0]
[2019-12-10T16:14:21.113Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-16][0]
[2019-12-10T16:14:21.114Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-17][0]
[2019-12-10T16:14:21.114Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-18][0]
[2019-12-10T16:14:21.114Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-19][0]
[2019-12-10T16:14:21.115Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-21][0]
[2019-12-10T16:14:21.115Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-20][0]
[2019-12-10T16:14:21.115Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-22][0]
[2019-12-10T16:14:21.116Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-4-2019-11][0]
[2019-12-10T16:14:21.116Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-100][0]
[2019-12-10T16:14:21.117Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-01][1]
[2019-12-10T16:14:21.117Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-02][1]
[2019-12-10T16:14:21.117Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-03][1]
[2019-12-10T16:14:21.118Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-05][1]
[2019-12-10T16:14:21.118Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-06][1]
[2019-12-10T16:14:21.118Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-04][1]
[2019-12-10T16:14:21.119Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-07][1]
[2019-12-10T16:14:21.119Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-08][1]
[2019-12-10T16:14:21.119Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-09][1]
[2019-12-10T16:14:21.120Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-12][1]
[2019-12-10T16:14:21.120Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-11][1]
[2019-12-10T16:14:21.120Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-10][1]
[2019-12-10T16:14:21.121Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-15][1]
[2019-12-10T16:14:21.121Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-13][1]
[2019-12-10T16:14:21.121Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-14][1]
[2019-12-10T16:14:21.122Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-16][1]
[2019-12-10T16:14:21.122Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-18][1]
[2019-12-10T16:14:21.122Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-17][1]
[2019-12-10T16:14:21.123Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-19][1]
[2019-12-10T16:14:21.123Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-21][1]
[2019-12-10T16:14:21.123Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-20][1]
[2019-12-10T16:14:21.124Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-22][1]
[2019-12-10T16:14:21.124Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-23][1]
[2019-12-10T16:14:21.124Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-24][1]
[2019-12-10T16:14:21.125Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-26][1]
[2019-12-10T16:14:21.125Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-25][1]
[2019-12-10T16:14:21.125Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-27][1]
[2019-12-10T16:14:21.126Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-29][1]
[2019-12-10T16:14:21.126Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-28][1]
[2019-12-10T16:14:21.126Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-30][1]
[2019-12-10T16:14:21.127Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-02][1]
[2019-12-10T16:14:21.127Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-03][1]
[2019-12-10T16:14:21.127Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-01][1]
[2019-12-10T16:14:21.128Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-05][1]
[2019-12-10T16:14:21.128Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-06][1]
[2019-12-10T16:14:21.128Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-04][1]
[2019-12-10T16:14:21.129Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-09][1]
[2019-12-10T16:14:21.129Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-07][1]
[2019-12-10T16:14:21.129Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-08][1]
[2019-12-10T16:14:21.130Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-10][1]
[2019-12-10T16:14:21.130Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-11][1]
[2019-12-10T16:14:21.130Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-12][1]
[2019-12-10T16:14:21.131Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-15][1]
[2019-12-10T16:14:21.131Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-14][1]
[2019-12-10T16:14:21.131Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-13][1]
[2019-12-10T16:14:21.132Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-16][1]
[2019-12-10T16:14:21.132Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-17][1]
[2019-12-10T16:14:21.132Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-18][1]
[2019-12-10T16:14:21.133Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-19][1]
[2019-12-10T16:14:21.133Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-20][1]
[2019-12-10T16:14:21.133Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-21][1]
[2019-12-10T16:14:21.133Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-22][1]
[2019-12-10T16:14:21.134Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-24][1]
[2019-12-10T16:14:21.134Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-23][1]
[2019-12-10T16:14:21.134Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-25][1]
[2019-12-10T16:14:21.135Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-26][1]
[2019-12-10T16:14:21.135Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-27][1]
[2019-12-10T16:14:21.135Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-28][1]
[2019-12-10T16:14:21.136Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-31][1]
[2019-12-10T16:14:21.136Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-29][1]
[2019-12-10T16:14:21.136Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-10-30][1]
[2019-12-10T16:14:21.137Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-03][1]
[2019-12-10T16:14:21.137Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-01][1]
[2019-12-10T16:14:21.137Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-02][1]
[2019-12-10T16:14:21.138Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-04][1]
[2019-12-10T16:14:21.138Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-05][1]
[2019-12-10T16:14:21.138Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-06][1]
[2019-12-10T16:14:21.139Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-10][1]
[2019-12-10T16:14:21.139Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-08][1]
[2019-12-10T16:14:21.139Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-09][1]
[2019-12-10T16:14:21.139Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-07][1]
[2019-12-10T16:14:21.140Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-13][1]
[2019-12-10T16:14:21.140Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-12][1]
[2019-12-10T16:14:21.140Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-11][1]
[2019-12-10T16:14:21.141Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-16][1]
[2019-12-10T16:14:21.141Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-14][1]
[2019-12-10T16:14:21.141Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-15][1]
[2019-12-10T16:14:21.142Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-17][1]
[2019-12-10T16:14:21.142Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-18][1]
[2019-12-10T16:14:21.142Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-19][1]
[2019-12-10T16:14:21.143Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-20][1]
[2019-12-10T16:14:21.143Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-21][1]
[2019-12-10T16:14:21.143Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-11-22][1]
[2019-12-10T16:14:21.144Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11][1]
[2019-12-10T16:14:21.144Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-06][1]
[2019-12-10T16:14:21.144Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-08][1]
[2019-12-10T16:14:21.144Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-07][1]
[2019-12-10T16:14:21.145Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-10][1]
[2019-12-10T16:14:21.145Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-09][1]
[2019-12-10T16:14:21.145Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-11][1]
[2019-12-10T16:14:21.146Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-13][1]
[2019-12-10T16:14:21.146Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-14][1]
[2019-12-10T16:14:21.146Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-12][1]
[2019-12-10T16:14:21.147Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-17][1]
[2019-12-10T16:14:21.147Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-15][1]
[2019-12-10T16:14:21.147Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-16][1]
[2019-12-10T16:14:21.148Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-19][1]
[2019-12-10T16:14:21.148Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-18][1]
[2019-12-10T16:14:21.148Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-20][1]
[2019-12-10T16:14:21.149Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-21][1]
[2019-12-10T16:14:21.149Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-4-2019-11][1]
[2019-12-10T16:14:21.149Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-3-2019-11-22][1]
[2019-12-10T16:14:21.150Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] [can_match] Moving to next phase: [query], based on results from:  (cluster state version: 21102)
[2019-12-10T16:14:21.150Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-100][1]
[2019-12-10T16:14:21.151Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] got first-phase result from [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-01][0]
[2019-12-10T16:14:21.151Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] [query] Moving to next phase: [fetch], based on results from: [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-01][0] (cluster state version: 21102)
[2019-12-10T16:14:21.152Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] [fetch] Moving to next phase: [expand], based on results from: [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-01][0] (cluster state version: 21102)
[2019-12-10T16:14:21.152Z][TRACE][org.elasticsearch.action.search.TransportSearchAction] [node0] [expand] Moving to next phase: [response], based on results from: [4M8JOob9Sk-fBTYsxwy9hQ][test-2-2019-09-01][0] (cluster state version: 21102)
.......
[2019-12-10T16:14:21.586Z][TRACE][org.elasticsearch.index.shard.IndexShard] [node0] [test-100][0] refresh with source [schedule]
[2019-12-10T16:14:21.598Z][TRACE][org.elasticsearch.index.shard.IndexShard] [node0] [test-100][1] refresh with source [schedule]
....

Metadata

Metadata

Assignees

Labels

:Search/SearchSearch-related issues that do not fall into other categories>bugTeam:SearchMeta label for search team

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions