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
F18164785: D19778.id47264.diff
Fri, Aug 15, 6:50 AM
F18109968: D19778.id47264.diff
Mon, Aug 11, 3:29 PM
F18109967: D19778.id47244.diff
Mon, Aug 11, 3:29 PM
F18109966: D19778.id.diff
Mon, Aug 11, 3:29 PM
F18104739: D19778.diff
Sun, Aug 10, 1:46 PM
F18096352: D19778.id47244.diff
Fri, Aug 8, 6:25 AM
F18095186: D19778.diff
Thu, Aug 7, 10:33 PM
F18002454: D19778.id.diff
Sat, Aug 2, 10:08 AM
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