This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 142
Ut changes group size and indexsize tunable. #890
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Problem: CAS FOM locality index is calculated as a hash of catalogue FID. During performance profiling it has been found that the same locality index is assigned to FOM if the CAS FOPs contain the same FID. For instance, typical S3 client performs operations on a single S3 bucket, which lead to limited set of indecies (meta-index and ordinary index related to S3 bucket). In that case, assigned localities' runq and waitq queues get overloaded, while other localities' queues are not populated by incoming CAS FOPs. It increases CAS FOP processing latency. Solution: Locality index is implemented using incremental static counter. It's updated by +1 value each time cas_fom_home_locality() function is called. Signed-off-by: Maxim Malezhin <maxim.malezhin@seagate.com> Signed-off-by: Nihar <nihar.nayak@seagate.com>
Balloc tunable Framework
nihar1313
requested review from
huanghua78,
madhavemuri,
mehjoshi and
nikitadanilov
as code owners
July 27, 2021 08:20
This issue/pull request has been marked as |
nihar1313
force-pushed
the
balloc_integration
branch
from
August 2, 2021 09:06
4a7f463
to
700a939
Compare
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Nihar Nayak.
|
This is no longer valid, new PR has been raised |
13 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.