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

Update index creation before upgrading to Mongo 4.2 #361

Open
MrCreosote opened this issue Sep 30, 2022 · 1 comment
Open

Update index creation before upgrading to Mongo 4.2 #361

MrCreosote opened this issue Sep 30, 2022 · 1 comment

Comments

@MrCreosote
Copy link
Member

Mongo 4.2 change how indexes are built and it appears as though the default behavior is background creation. It's not clear if the client blocks while the index is created. If not, the service could start while the necessary indexes aren't in place which could cause corrupt data and index build fails.

Equivalent of kbase/workspace_deluxe#472

@MrCreosote MrCreosote changed the title Understand index creation blocking before upgrading to Mongo 4.2 Update index creation before upgrading to Mongo 4.2 Jun 6, 2023
@MrCreosote
Copy link
Member Author

See updated comments in the workspace ticket linked above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant