-
Notifications
You must be signed in to change notification settings - Fork 638
Fix bulk upsert writing to freshly indexed table due to a race KIKIMR-20765 #1160
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
Fix bulk upsert writing to freshly indexed table due to a race KIKIMR-20765 #1160
Conversation
⚪
|
⚪
|
Changelog entry
Fix bulk upsert writing to freshly indexed table due to a race
Changelog category
Additional information
It was possible for bulk upsert to send datashard request based on a table schema before it had global indexes added. Consequently bulk upsert would succeed and insert new data without updating global indexes, causing inconsistencies between data and indexes.