Page MenuHomePhabricator

Manage log locks on the Log object to prepare for multiple writers
ClosedPublic

Authored by epriestley on Feb 23 2018, 1:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 5, 8:40 AM
Unknown Object (File)
Fri, May 3, 10:02 AM
Unknown Object (File)
Thu, Apr 25, 3:26 AM
Unknown Object (File)
Fri, Apr 19, 7:26 PM
Unknown Object (File)
Mar 30 2024, 5:05 PM
Unknown Object (File)
Mar 30 2024, 6:00 AM
Unknown Object (File)
Mar 24 2024, 7:44 AM
Unknown Object (File)
Mar 10 2024, 9:31 AM
Subscribers
Restricted Owners Package

Details

Summary

Depends on D19134. Ref T13088. Future changes will support API writers, so push the log lock into the Log object.

Allow open/close ("this process is writing to this log") to be separate from live/final ("this log is still generating more data").

Test Plan

Wrote logs with bin/harbormater write-log and updated logs with bin/harbormaster rebuild-log.

Diff Detail

Repository
rP Phabricator
Branch
hlog6
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/applications/harbormaster/storage/build/HarbormasterBuildLog.php:309XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 19650
Build 26608: Run Core Tests
Build 26607: arc lint + arc unit

Event Timeline

Owners added a subscriber: Restricted Owners Package.Feb 23 2018, 1:39 PM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 27 2018, 1:54 AM
This revision was automatically updated to reflect the committed changes.