79635797

Date: 2025-05-23 15:32:37
Score: 1.5
Natty:
Report link

If I understand your question correctly, this is what typically happens:

1. T1 modifies x but does not commit - it sets a write intent on x
2. T2 reads x - T2 will block here for T1 to complete
3. T1 commits
4. T2 resumes and reads x for the first time. if it reads x again, it will see the same value.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: asg0451