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 MongoPoolClearedError #15764

Merged
merged 2 commits into from
May 31, 2023

Conversation

tianzhu007
Copy link
Contributor

Recently, we had a MongoPoolClearedError. That means the Mongo pool would be destroyed and cleared whenever the scribe crashes off.
Screenshot 2023-05-30 at 8 18 04 PM

To prevent this issue, we runWithRetry with 6 times for 30 seconds intervals to read the document from the document repository. Therefore, once the scribe pod is resumed, we can connect to the document collection again.

@tianzhu007 tianzhu007 requested a review from a team as a code owner May 31, 2023 03:19
@github-actions github-actions bot added area: server Server related issues (routerlicious) base: main PRs targeted against main branch labels May 31, 2023
@tianzhu007 tianzhu007 merged commit f634660 into microsoft:main May 31, 2023
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.

4 participants