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 VBucket-specific HashSet from BaseOperationImpl #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amcrn
Copy link

@amcrn amcrn commented Nov 6, 2017

The notMyVbucketNodes HashSet in BaseOperationImpl is only used for
Couchbase operations. Given that spymemcached is a memcached client
first and foremost, move notMyVbucketNodes to operation
implementations that actually need it to relieve memory pressure for
high throughput memcached-only applications.

The notMyVbucketNodes HashSet in BaseOperationImpl is only used for
Couchbase operations. Given that spymemcached is a memcached client
first and foremost, move notMyVbucketNodes to operation
implementations that actually need it to relieve memory pressure for
high throughput memcached-only applications.
@ingenthr ingenthr self-assigned this Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants