Skip to content

Remove cache key renderer argument from IndicesRequestCache#62534

Merged
javanna merged 2 commits intoelastic:masterfrom
javanna:enhancement/remove_cache_key_renderer
Sep 18, 2020
Merged

Remove cache key renderer argument from IndicesRequestCache#62534
javanna merged 2 commits intoelastic:masterfrom
javanna:enhancement/remove_cache_key_renderer

Conversation

@javanna
Copy link
Copy Markdown
Contributor

@javanna javanna commented Sep 17, 2020

In the context of of a recurring test failure tracked by #32827, we added trace logging and an extra cache key renderer argument to IndicesRequestCache#getOrCompute (see #39475 and #34180).

We addressed the issue with #54071, but the extra argument was left behind, with a NORELEASE comment saying it should be removed.

With this commit, we remove the extra cache key rendered argument and the corresponding log lines which are not so useful without it.

Closes #55837

In the context of of a recurring test failure tracked by elastic#32827, we added trace logging and an extra cache key renderer argument to IndicesRequestCache#getOrCompute (see elastic#39475 and elastic#34180).

We addressed the issue with elastic#54071, but the extra argument was left behind, with a NORELEASE comment saying it should be removed.

With this commit, we remove the extra cache key rendered argument and the corresponding log lines which are not so useful without it.

Closes elastic#55837
@javanna javanna added >non-issue :Search/Search Search-related issues that do not fall into other categories v8.0.0 v7.10.0 labels Sep 17, 2020
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-search (:Search/Search)

@elasticmachine elasticmachine added the Team:Search Meta label for search team label Sep 17, 2020
@javanna
Copy link
Copy Markdown
Contributor Author

javanna commented Sep 17, 2020

run elasticsearch-ci/bwc

@javanna
Copy link
Copy Markdown
Contributor Author

javanna commented Sep 17, 2020

run elasticsearch-ci/default-distro

Copy link
Copy Markdown
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@javanna javanna merged commit 8935fff into elastic:master Sep 18, 2020
@javanna
Copy link
Copy Markdown
Contributor Author

javanna commented Sep 18, 2020

thanks @jimczi !

javanna added a commit to javanna/elasticsearch that referenced this pull request Sep 18, 2020
…62534)

In the context of of a recurring test failure tracked by elastic#32827, we added trace logging and an extra cache key renderer argument to IndicesRequestCache#getOrCompute (see elastic#39475 and elastic#34180).

We addressed the issue with elastic#54071, but the extra argument was left behind, with a NORELEASE comment saying it should be removed.

With this commit, we remove the extra cache key rendered argument and the corresponding log lines which are not so useful without it.

Closes elastic#55837
javanna added a commit that referenced this pull request Sep 18, 2020
In the context of of a recurring test failure tracked by #32827, we added trace logging and an extra cache key renderer argument to IndicesRequestCache#getOrCompute (see #39475 and #34180).

We addressed the issue with #54071, but the extra argument was left behind, with a NORELEASE comment saying it should be removed.

With this commit, we remove the extra cache key rendered argument and the corresponding log lines which are not so useful without it.

Closes #55837
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>non-issue :Search/Search Search-related issues that do not fall into other categories Team:Search Meta label for search team v7.10.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove cacheKeyRenderer from IndicesRequestCache

4 participants