Retain complete paper-batch inputs before final projection - #385
Merged
Conversation
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.
What changed
message_iteration_resultsandmessage_iteration_errorslosslessly across the checkpoint beforebatch_resultis constructedRoot cause
Seed v16 preserved
batch_resultonce it existed, but the source arrays were compacted immediately afterprocess_messages. The next state therefore built an already-truncated batch result: at most eight item rows and depth summaries instead of failure causes.Live evidence
Instance
00072b84-fd69-40b3-9b56-3bcc6d34a9c9completed asdone_with_retryable_failureswith 10 selected, 8 review dispositions, and 2 failures. A same-conversation follow-up found the retained parent under a 27-to-20 history projection and accounted for all messages, but explicitly reported the item-array and nested-error truncation. This PR fixes that boundary for the larger 22-item general case.Validation
Jira: JVNAUTOSCI-2635