Elasticsearch Global timeout setting not reflected in search response's took parameter -
we have setup global timeout elasticsearch (5.3.3) cluster in elasticsearch.yml -
search.default_search_timeout: 1nanos
but responses this, in cases, have "timed_out": true. however, sometimes, expected response elasticsearch "timed_out": false. however, when "timed_out" false, see "took" returning values > 30 means time taken elasticsearch around 30ms > 1 nanosecond. ideally query should have timed out @ 1 nanosecond. thsis bug?
Comments
Post a Comment