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

Add the Fix for Missing Ops Log, and telemetry for the Ops from the Last Service Summary #12295

Merged
merged 12 commits into from
Oct 13, 2022

Conversation

tianzhu007
Copy link
Contributor

We use this pr to fix the wrong error logs that keep popping out for
Missing ops in the fullLogTail: ...

When we get the fullLogTail, it will still pop out the error message.
For example, if from = 5, and to = 9, the fullLogTailSequenceNumber = [5,6,7,8,9,10], it would return [6,7,8] as missing ops, which is not correct. This pr is to fix this case.

Meanwhile, we would print the SN for the missingOpsSN for ops fetched from the last summary.

@tianzhu007 tianzhu007 requested a review from a team as a code owner October 6, 2022 02:18
@github-actions github-actions bot added the area: server Server related issues (routerlicious) label Oct 6, 2022
@tianzhu007 tianzhu007 changed the title Add the fix for missing ops log Add the Fix for Missing Ops Log, and telemetry for the Ops from the Last Service Summary Oct 6, 2022
@github-actions github-actions bot added the base: main PRs targeted against main branch label Oct 6, 2022
@tianzhu007 tianzhu007 merged commit 805d92f into microsoft:main Oct 13, 2022
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.

5 participants