Add latency stats around cluster config file operations#1534
Merged
enjoy-binbin merged 2 commits intoJan 11, 2025
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## unstable #1534 +/- ##
============================================
+ Coverage 70.92% 70.95% +0.03%
============================================
Files 120 120
Lines 65004 65055 +51
============================================
+ Hits 46104 46162 +58
+ Misses 18900 18893 -7
🚀 New features to boost your workflow:
|
When the cluster changes, we need to persist the cluster configuration, and these file IO operations may cause latency. Signed-off-by: Binbin <binloveplay1314@qq.com>
33047ce to
523f1e3
Compare
madolson
reviewed
Jan 9, 2025
madolson
approved these changes
Jan 9, 2025
hpatro
approved these changes
Jan 9, 2025
hpatro
left a comment
Contributor
There was a problem hiding this comment.
Could we also add some sanity tests?
Member
Author
i can get this ouput in my local mac, but it is not certain that they will show in CI. Do you have a better idea? |
PingXie
approved these changes
Jan 10, 2025
Contributor
Didn't follow. Could you explain why it won't show up in CI? |
Member
Author
If it is 0ms, it will not show up in the tests. |
5e6bda7 to
671a100
Compare
671a100 to
8efc449
Compare
proost
pushed a commit
to proost/valkey
that referenced
this pull request
Jan 17, 2025
When the cluster changes, we need to persist the cluster configuration, and these file IO operations may cause latency. Signed-off-by: Binbin <binloveplay1314@qq.com> Signed-off-by: proost <jwalag87@gmail.com>
kronwerk
pushed a commit
to kronwerk/valkey
that referenced
this pull request
Jan 27, 2025
When the cluster changes, we need to persist the cluster configuration, and these file IO operations may cause latency. Signed-off-by: Binbin <binloveplay1314@qq.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
When the cluster changes, we need to persist the cluster configuration,
and these file IO operations may cause latency.