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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -