dirty read

dirty read

🔧 Distributed Systems Reliability

one transaction reads data written by another before that transaction has completed (P1)

Dirty reads allowed seeing a password hash mid-update, exposing an invalid intermediate value.