-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat/SYNC-4244_stale #1546
Merged
Merged
feat/SYNC-4244_stale #1546
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
644b9b4
feat: log bad client state to stderr & metrics
jrconlin 8233783
f clippy
jrconlin 65b7805
feat: allow range specification for purge_old_records
jrconlin 4e1b563
f fix test
jrconlin 4dd1aa0
f flake8
jrconlin 36d20d4
Merge branch 'master' into feat/SYNC-4244_stale
jrconlin 2d12a7f
Merge branch 'master' of github.com:mozilla-services/syncstorage-rs i…
jrconlin 0b522e3
Merge branch 'feat/SYNC-4244_stale' of github.com:mozilla-services/sy…
jrconlin 21e5a3d
f r's
jrconlin d09eda0
Merge branch 'master' into feat/SYNC-4244_stale
jrconlin 433d735
Merge branch 'master' into feat/SYNC-4244_stale
jrconlin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
It's probably worth having a different metric (or preferably tag, but we don't have
ReportableError::tags
in this codebase yet which let's you do that) for the specific "Unacceptable client-state value stale value" issue in question.Though I suppose we can alternatively look at the warn log messages for a count of those 🤷♂️
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.
Yeah, let's hold off on adding a tag for that. I see that there's already a ticket for that work.
In any case, I'll add a different ticket to do that and we can add the tag once that lands.