AdvancedVocabulary#backend#architecture#developer-tools

Race Condition Vocabulary

Build fluency in the vocabulary of two concurrent operations silently corrupting shared state.

0 / 5 completed
1 / 5
At standup, a dev mentions two requests reading a counter's current value, each incrementing it locally, and each writing back, so one of the two increments is silently lost because neither read saw the other's write. What is this bug called?