Skip to content
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

Updating logging on Scribe to include lastSummaryHead #16252

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

hedasilv
Copy link
Contributor

@hedasilv hedasilv commented Jul 5, 2023

Description

We have recently seen an increased number of Client Summary failures in Scribe due to the proposed parent summary not matching actual parent summary.

Based on the current logging, we have narrowed the failure down to this condition:
lastSummaryHead !== content.head

(lastSummaryHead !== content.head && existingRef.object.sha !== content.head)

However, we can't proceed with the investigation since lastSummaryHead is currently not logged. Therefore, this PR attempts to address that.

@hedasilv hedasilv requested a review from a team as a code owner July 5, 2023 22:16
@github-actions github-actions bot added area: server Server related issues (routerlicious) base: main PRs targeted against main branch labels Jul 5, 2023
@hedasilv hedasilv merged commit 6a69261 into microsoft:main Jul 5, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: server Server related issues (routerlicious) base: main PRs targeted against main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants