Page MenuHomePhabricator

Clean up the workflow for some post-push logging code
ClosedPublic

Authored by epriestley on Nov 6 2018, 9:24 PM.
Tags
None
Referenced Files
F13085853: D19778.diff
Wed, Apr 24, 11:57 PM
Unknown Object (File)
Tue, Apr 23, 7:33 AM
Unknown Object (File)
Tue, Apr 16, 3:27 PM
Unknown Object (File)
Thu, Apr 11, 8:14 AM
Unknown Object (File)
Mar 19 2024, 3:45 PM
Unknown Object (File)
Mar 15 2024, 6:25 PM
Unknown Object (File)
Feb 26 2024, 1:49 AM
Unknown Object (File)
Feb 3 2024, 7:46 PM
Subscribers
Restricted Owners Package

Details

Summary

Ref T13216. When a repository is clustered, we run this cleanup code (to tell the repository to update, and log some timing information) on both nodes. Currently, we do slightly too much work, which is unnecessary and can be a bit confusing to human readers.

The double update message doesn't hurt anything, but there's no reason to write it twice.

Likewise, the second timing information update query doesn't do anything: there's no PushEvent object with the right identifier, so it just updates nothing. We don't need to run it, and it's confusing that we do.

Instead, only do these writes if we're actually the final node with the repository on it.

Test Plan

Added some logging, saw double writes/updates before the change and no doubles afterwards, with no other behavioral changes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable