docs: add internal service reconciliation to OBS.11a recovery examples#24
Open
detail-app[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
==========================================
+ Coverage 80.37% 80.40% +0.03%
==========================================
Files 160 160
Lines 29641 29641
==========================================
+ Hits 23824 23833 +9
+ Misses 5817 5808 -9
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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.
The OBS.11a invariant only mentioned "claimed outbox residue" as an example
of an explicit recovery diagnostic that can synthesize terminal failure.
This was incomplete after commit ed8554e added new behavior where stale
internal service rows can be reconciled as failed via
superseded_internal_service_record or internal_service_runtime_missing_after_stale_window.
An agent reading only OBS.11a might incorrectly conclude that stale internal
service reconciliation is prohibited from synthesizing terminal failure,
since it wouldn't recognize these new diagnostics as valid exceptions.
Introduced by commit ed8554e (@VanL)
Doc Drift PRs can be configured here.