-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
fix duplicate metrics registration in redis client #6009
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
Signed-off-by: Kama Huang <[email protected]>
Signed-off-by: Kama Huang <[email protected]>
GiedriusS
approved these changes
Jan 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 good work, thank you!
Merged
GiedriusS
pushed a commit
that referenced
this pull request
Jan 4, 2023
* fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]>
GiedriusS
added a commit
that referenced
this pull request
Jan 4, 2023
* fix duplicate metrics registration in redis client (#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]>
Kartik-Garg
pushed a commit
to infracloudio/thanos
that referenced
this pull request
Jan 16, 2023
* fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kartik-Garg <[email protected]>
GiedriusS
added a commit
that referenced
this pull request
Jan 17, 2023
* fix duplicate metrics registration in redis client (#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]>
saswatamcode
pushed a commit
that referenced
this pull request
Jan 18, 2023
* compact: remove cancel on SyncMetas errors (#5923) in a favour of 86b4039 SyncMetas will retry if it's retriable. Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated, the ones not and are not retriable will throw an interrupt to run.Group() by returning err and Group will call cancel() as it's configured for its interrupt func. Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: Seena Fallah <[email protected]> * Cut v0.30.0-rc.0 (#5992) * Cut v0.30.0-rc.0 Signed-off-by: bwplotka <[email protected]> * mdox fix. Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Cut 0.30.0 (#6011) Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * *: cut 0.30.1 (#6017) * fix duplicate metrics registration in redis client (#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Tracing: Fix sampler defaults (#5887) * Fix sampler defaults Signed-off-by: Matej Gera <[email protected]> * Add CHANGELOG Signed-off-by: Matej Gera <[email protected]> * Replace checkout with git-shallow-clone (#5829) Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * CHANGELOG: fix Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Matej Gera <[email protected]> Co-authored-by: Seena Fallah <[email protected]> Co-authored-by: Kama Huang <[email protected]>
Kartik-Garg
added a commit
to infracloudio/thanos
that referenced
this pull request
Jan 18, 2023
Added re-try mechanism for store inital sync, where if the initial sync fails, it tries to do the initial sync again every 5 seconds for 15 seconds duration (total 3 re-tries for initial sync of store). Signed-off-by: Kartik-Garg <[email protected]> Store: Make initial sync more robust Added re-try mechanism for store inital sync, where if the initial sync fails, it tries to do the initial sync again every 5 seconds for 15 seconds duration (total 3 re-tries for initial sync of store). Signed-off-by: Kartik-Garg <[email protected]> Merge release 0.30 into main (thanos-io#6041) * compact: remove cancel on SyncMetas errors (thanos-io#5923) in a favour of 86b4039 SyncMetas will retry if it's retriable. Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated, the ones not and are not retriable will throw an interrupt to run.Group() by returning err and Group will call cancel() as it's configured for its interrupt func. Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: Seena Fallah <[email protected]> * Cut v0.30.0-rc.0 (thanos-io#5992) * Cut v0.30.0-rc.0 Signed-off-by: bwplotka <[email protected]> * mdox fix. Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Cut 0.30.0 (thanos-io#6011) Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * *: cut 0.30.1 (thanos-io#6017) * fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Tracing: Fix sampler defaults (thanos-io#5887) * Fix sampler defaults Signed-off-by: Matej Gera <[email protected]> * Add CHANGELOG Signed-off-by: Matej Gera <[email protected]> * Replace checkout with git-shallow-clone (thanos-io#5829) Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * CHANGELOG: fix Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Matej Gera <[email protected]> Co-authored-by: Seena Fallah <[email protected]> Co-authored-by: Kama Huang <[email protected]>
sshantel
pushed a commit
to sshantel/thanos
that referenced
this pull request
Jan 28, 2023
* compact: remove cancel on SyncMetas errors (thanos-io#5923) in a favour of 86b4039 SyncMetas will retry if it's retriable. Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated, the ones not and are not retriable will throw an interrupt to run.Group() by returning err and Group will call cancel() as it's configured for its interrupt func. Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: Seena Fallah <[email protected]> * Cut v0.30.0-rc.0 (thanos-io#5992) * Cut v0.30.0-rc.0 Signed-off-by: bwplotka <[email protected]> * mdox fix. Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Cut 0.30.0 (thanos-io#6011) Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * *: cut 0.30.1 (thanos-io#6017) * fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Tracing: Fix sampler defaults (thanos-io#5887) * Fix sampler defaults Signed-off-by: Matej Gera <[email protected]> * Add CHANGELOG Signed-off-by: Matej Gera <[email protected]> * Replace checkout with git-shallow-clone (thanos-io#5829) Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * CHANGELOG: fix Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Matej Gera <[email protected]> Co-authored-by: Seena Fallah <[email protected]> Co-authored-by: Kama Huang <[email protected]>
ngraham20
pushed a commit
to ngraham20/thanos
that referenced
this pull request
Mar 16, 2023
* fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]>
ngraham20
pushed a commit
to ngraham20/thanos
that referenced
this pull request
Apr 17, 2023
* fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]>
ngraham20
pushed a commit
to ngraham20/thanos
that referenced
this pull request
Apr 17, 2023
* compact: remove cancel on SyncMetas errors (thanos-io#5923) in a favour of 86b4039 SyncMetas will retry if it's retriable. Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated, the ones not and are not retriable will throw an interrupt to run.Group() by returning err and Group will call cancel() as it's configured for its interrupt func. Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: Seena Fallah <[email protected]> * Cut v0.30.0-rc.0 (thanos-io#5992) * Cut v0.30.0-rc.0 Signed-off-by: bwplotka <[email protected]> * mdox fix. Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Cut 0.30.0 (thanos-io#6011) Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * *: cut 0.30.1 (thanos-io#6017) * fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Tracing: Fix sampler defaults (thanos-io#5887) * Fix sampler defaults Signed-off-by: Matej Gera <[email protected]> * Add CHANGELOG Signed-off-by: Matej Gera <[email protected]> * Replace checkout with git-shallow-clone (thanos-io#5829) Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * CHANGELOG: fix Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Matej Gera <[email protected]> Co-authored-by: Seena Fallah <[email protected]> Co-authored-by: Kama Huang <[email protected]>
ngraham20
pushed a commit
to ngraham20/thanos
that referenced
this pull request
Apr 17, 2023
* fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]>
ngraham20
pushed a commit
to ngraham20/thanos
that referenced
this pull request
Apr 17, 2023
* compact: remove cancel on SyncMetas errors (thanos-io#5923) in a favour of 86b4039 SyncMetas will retry if it's retriable. Also, the cleanPartialMarked calls are surrounded by runutil.Repeat() will be repeated, the ones not and are not retriable will throw an interrupt to run.Group() by returning err and Group will call cancel() as it's configured for its interrupt func. Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: Seena Fallah <[email protected]> * Cut v0.30.0-rc.0 (thanos-io#5992) * Cut v0.30.0-rc.0 Signed-off-by: bwplotka <[email protected]> * mdox fix. Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Cut 0.30.0 (thanos-io#6011) Signed-off-by: bwplotka <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * *: cut 0.30.1 (thanos-io#6017) * fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * Tracing: Fix sampler defaults (thanos-io#5887) * Fix sampler defaults Signed-off-by: Matej Gera <[email protected]> * Add CHANGELOG Signed-off-by: Matej Gera <[email protected]> * Replace checkout with git-shallow-clone (thanos-io#5829) Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Matej Gera <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> * CHANGELOG: fix Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Seena Fallah <[email protected]> Signed-off-by: bwplotka <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Matej Gera <[email protected]> Co-authored-by: Seena Fallah <[email protected]> Co-authored-by: Kama Huang <[email protected]>
ngraham20
pushed a commit
to ngraham20/thanos
that referenced
this pull request
May 17, 2023
* fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]>
ngraham20
pushed a commit
to ngraham20/thanos
that referenced
this pull request
May 18, 2023
* fix duplicate metrics registration in redis client (thanos-io#6009) * fix duplicate metrics registration in redis client Signed-off-by: Kama Huang <[email protected]> * fixed test Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Kama Huang <[email protected]> * *: cut 0.30.1 Add CHANGELOG entry. Signed-off-by: Giedrius Statkevičius <[email protected]> Signed-off-by: Kama Huang <[email protected]> Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: Kama Huang <[email protected]>
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.
Signed-off-by: Kama Huang [email protected]
Changes
fixes #6006
Verification
added test and it's working