Improved search timeout checking capabilities:#9168
Improved search timeout checking capabilities:#9168markharwood wants to merge 1 commit intoelastic:masterfrom markharwood:fix/9156
Conversation
* Now accounts for time from creation of SearchContext * new “isTimedOut” helper method on SearchContext for use by known hotspots * IncludeExclude is a known hotspot and so added checks for timeouts * Fixed ThreadPool which was looking for a timer config setting name that its own validation code prohibited * SignificantTerms hotspot in looking up background term frequencies is timed Closes #9156
|
I took a look at rebasing this recently.
|
|
thanks @markharwood - sounds like we can close this one then? (and #4586 as well?) |
Thanks. In what release does this happen and could you be so kind as to link the docs for it? |
|
+1 I'd like to add this feature as well, but I'm having a tough discerning if it was actually implemented and in which version? |
|
+1 Which PR improved the search timeout capabilities, can someone provide link to it? |
Improving timeout capabilities is a process of weaving checks into all the "hot loops". |
Closes #9156