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
F15562462: D20078.diff
Wed, Apr 30, 2:36 AM
F15504372: D20078.id47948.diff
Mon, Apr 14, 5:33 PM
F15504371: D20078.id47938.diff
Mon, Apr 14, 5:33 PM
F15504370: D20078.id.diff
Mon, Apr 14, 5:33 PM
F15504369: D20078.diff
Mon, Apr 14, 5:33 PM
F15503280: D20078.id47938.diff
Mon, Apr 14, 8:38 AM
F15503140: D20078.id47948.diff
Mon, Apr 14, 7:16 AM
F15501309: D20078.id.diff
Sun, Apr 13, 9:24 PM
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.