OpenSearch/server/src
David Turner b189596631 Add details to BulkShardRequest#getDescription() (#41711)
Today a bulk shard request appears as follows in the detailed task list:

    requests[42], index[my_index]

This change adds the shard index and refresh policy too:

    requests[42], index[my_index][2], refresh[IMMEDIATE]
2019-05-02 08:29:25 +02:00
..
main Add details to BulkShardRequest#getDescription() (#41711) 2019-05-02 08:29:25 +02:00
test Add details to BulkShardRequest#getDescription() (#41711) 2019-05-02 08:29:25 +02:00