Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cache concurrency level settings that no longer apply #14210

Merged
merged 1 commit into from Oct 20, 2015
Merged

Remove cache concurrency level settings that no longer apply #14210

merged 1 commit into from Oct 20, 2015

Conversation

jasontedor
Copy link
Member

This commit removes some cache concurrency level settings that were
applicable when the cache was backed by the Guava cache implementation,
but no longer apply with the cache implementation completed in #13717.

Relates #7836, relates #13224, relates #13717

This commit removes some cache concurrency level settings that were
applicable when the cache was backed by the Guava cache implementation,
but no longer apply with the cache implementation completed in #13717.

Relates #7836, relates #13224, relates #13717
@jasontedor jasontedor added >enhancement >docs General docs changes review :Core/Infra/Settings Settings infrastructure and APIs v5.0.0-alpha1 labels Oct 20, 2015
@@ -79,7 +79,6 @@
@Deprecated
public static final String DEPRECATED_INDICES_CACHE_QUERY_SIZE = "indices.cache.query.size";
public static final String INDICES_CACHE_QUERY_EXPIRE = "indices.requests.cache.expire";
public static final String INDICES_CACHE_QUERY_CONCURRENCY_LEVEL = "indices.requests.cache.concurrency_level";
Copy link
Member

Choose a reason for hiding this comment

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

++. "Concurrency level" is always 255 now. Kinda.

@nik9000
Copy link
Member

nik9000 commented Oct 20, 2015

LGTM.

jasontedor added a commit that referenced this pull request Oct 20, 2015
…vel-settings

Remove cache concurrency level settings that no longer apply
@jasontedor jasontedor merged commit a0668a3 into elastic:master Oct 20, 2015
@jasontedor jasontedor deleted the remove-cache-concurrency-level-settings branch October 20, 2015 14:31
@jasontedor jasontedor removed the review label Oct 20, 2015
@jasontedor
Copy link
Member Author

Thanks for the review @nik9000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Settings Settings infrastructure and APIs >docs General docs changes >enhancement v5.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants