[bsearch] repetitive uiSettings access on each search #108062
Labels
Feature:Search
Querying infrastructure in Kibana
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:medium
Medium Level of Effort
Kibana version: master
Elasticsearch version: master
Server OS version: CI
Description of the problem including expected versus actual behavior: When bsearch receives multiple search requests for strategy
ese_search
I'm noticing that every query makes its own call touiSettingsClient.get(UI_SETTINGS.SEARCH_INCLUDE_FROZEN)
, which results in many unnecessary requests being fired of to ES at the same time:Steps to reproduce:
POST /internal/bsearch
transactions, then flip through them and see that they send many requests to ES for the same document at the same time.The text was updated successfully, but these errors were encountered: