Page MenuHomePhabricator

Improve robustness of cluster version bookkeeping
ClosedPublic

Authored by epriestley on Apr 18 2016, 3:20 PM.
Tags
None
Referenced Files
F13090233: D15747.diff
Thu, Apr 25, 2:16 AM
Unknown Object (File)
Fri, Apr 19, 4:31 PM
Unknown Object (File)
Thu, Apr 18, 12:45 AM
Unknown Object (File)
Fri, Apr 12, 10:09 PM
Unknown Object (File)
Fri, Apr 12, 8:49 PM
Unknown Object (File)
Sun, Mar 31, 4:40 PM
Unknown Object (File)
Sun, Mar 31, 4:40 PM
Unknown Object (File)
Sun, Mar 31, 4:40 PM
Subscribers
None

Details

Summary

Ref T4292. Small fixes:

  • There was a bug with the first write, where we'd write 1 but expect 0. Fix this.
  • Narrow the window where we hold the isWriting lock: we don't need to wait for the client to finish.
  • Release the lock even if something throws.
  • Use a more useful variable name.
Test Plan
  • Made new writes to a fresh cluster repository.
  • Made sequential writes.
  • Made concurrent writes.
  • Made good writes and bad writes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve robustness of cluster version bookkeeping.
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 18 2016, 3:36 PM
This revision was automatically updated to reflect the committed changes.