-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Track meta2 cache contention #1874
Merged
Merged
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
Codecov Report
@@ Coverage Diff @@
## 5.x #1874 +/- ##
==========================================
+ Coverage 79.25% 79.27% +0.03%
==========================================
Files 391 391
Lines 74119 74191 +72
Branches 7029 7040 +11
==========================================
+ Hits 58732 58809 +77
+ Misses 15151 15143 -8
- Partials 236 239 +3
Continue to review full report at Codecov.
|
AymericDu
approved these changes
Nov 21, 2019
59f80df
to
38df7e6
Compare
38df7e6
to
5e6b595
Compare
This benchmarks tests the meta2 part of the object creation process, by registering fake chunks.
Track (and display) average time spent by meta2 worker threads waiting for a database handle. The purpose of this modification is to provide better warning messages when the load on a meta2 database is increasing.
Save some performance data in the thread local data. This is disabled by default, can be enabled for each service (even when the service is running) or per request. Performance data is printed at the end of access log messages.
AymericDu
approved these changes
Mar 5, 2020
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.
SUMMARY
Jira: OB-457
ISSUE TYPE
COMPONENT NAME
SDS VERSION