synchronization: log per-event partial delivery errors from PublishBatch - #22998
Draft
pkcll wants to merge 2 commits into
Draft
synchronization: log per-event partial delivery errors from PublishBatch#22998pkcll wants to merge 2 commits into
pkcll wants to merge 2 commits into
Conversation
Contributor
|
✅ No conflicts with other open PRs targeting |
Contributor
|
I see you updated files related to
|
pkcll
force-pushed
the
chipingress-partial-delivery-cl-nodes
branch
3 times, most recently
from
July 2, 2026 22:18
32d3c31 to
094609f
Compare
…hBatch Jira: INFOPLAT-13901
pkcll
force-pushed
the
chipingress-partial-delivery-cl-nodes
branch
from
July 21, 2026 04:23
094609f to
6cade0f
Compare
Partial delivery is a per-event, often persistent server-side condition (e.g. missing schema), so logging it would WARN on every send interval (as low as 500ms) for as long as it lasts. ChipIngressPartialDeliveryDropped (telemetry_type, error_code) already reports it with bounded cardinality and is the intended signal for alerting/investigation.
|
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.




Summary
Jira: INFOPLAT-13901 | Epic: INFOPLAT-7177
Depends on chainlink-common PR #2210 merging first, then a `go.mod` bump before this PR is ready to merge.
Changes
Test plan