Page MenuHomePhabricator

Make repository daemons periodically check for out-of-sync repositories
ClosedPublic

Authored by epriestley on Jan 31 2019, 8:19 PM.
Tags
None
Referenced Files
F14841686: D20078.id47948.diff
Sat, Feb 1, 5:48 PM
Unknown Object (File)
Thu, Jan 30, 5:26 PM
Unknown Object (File)
Wed, Jan 29, 8:37 AM
Unknown Object (File)
Tue, Jan 28, 4:45 AM
Unknown Object (File)
Tue, Jan 28, 3:01 AM
Unknown Object (File)
Mon, Jan 27, 7:46 AM
Unknown Object (File)
Sun, Jan 26, 12:32 AM
Unknown Object (File)
Sat, Jan 25, 3:27 AM
Subscribers
None

Details

Summary

See PHI1015. If you add new repository nodes to a cluster, we may not actually sync some repositories for up to 6 hours (if they've had no commits for 30 days).

Add an explicit check for out-of-sync repositories to trigger background sync.

Test Plan
  • Ran bin/phd debug pullocal.
  • Fiddled with the repository_workingcopy version table to put the local node in and out of sync with the cluster.
  • Saw appropriate responses in the daemon (sync; wait if the last sync trigger was too recent).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/repository/management/PhabricatorRepositoryManagementWorkflow.php
10

This is a fix for PHP 7.3+ complaining about count(null) when you run bin/repository update with no arguments.

This revision is now accepted and ready to land.Feb 1 2019, 4:27 AM
This revision was automatically updated to reflect the committed changes.