Page MenuHomePhabricator

Don't retry queries on connections holding global locks
ClosedPublic

Authored by epriestley on Apr 24 2016, 3:33 PM.
Tags
None
Referenced Files
F14078328: D15789.diff
Fri, Nov 22, 3:14 AM
Unknown Object (File)
Oct 22 2024, 5:04 PM
Unknown Object (File)
Oct 21 2024, 8:21 PM
Unknown Object (File)
Oct 16 2024, 3:31 PM
Unknown Object (File)
Oct 16 2024, 3:04 AM
Unknown Object (File)
Oct 16 2024, 3:04 AM
Unknown Object (File)
Oct 16 2024, 2:08 AM
Unknown Object (File)
Oct 10 2024, 3:19 AM
Subscribers
None

Details

Summary

Ref T10860. Currently, if we lose a connection that is holding a MySQL global lock, we may retry the query automatically.

Instead, we should abort, just like we do if we were in the middle of a transaction. Otherwise, code may still think it has the lock and do unsafe things.

Test Plan

See next revision.

Diff Detail

Repository
rPHU libphutil
Branch
lock-count
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 11910
Build 14964: Run Core Tests
Build 14963: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Don't retry queries on connections holding global locks.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 24 2016, 4:09 PM
This revision was automatically updated to reflect the committed changes.