You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiple different records in the same partition are added concurrently the counts can get skewed, and in theory, so can the endpoints, although that's less likely.
The text was updated successfully, but these errors were encountered:
This changes the concurrentUpdate to run with a single partition,
and adds usages of AsyncLock to ensure that updates to the partition
metadata work correctly.
Before calling the issue complete an additional test should be added
that does concurrent inserts, and one for concurrent deletes.
If multiple different records in the same partition are added concurrently the counts can get skewed, and in theory, so can the endpoints, although that's less likely.
The text was updated successfully, but these errors were encountered: