Page MenuHomePhabricator

Detect unsynchronizable repositories on multiple cluster hosts
ClosedPublic

Authored by epriestley on Apr 23 2017, 1:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 10:06 PM
Unknown Object (File)
Sun, Apr 21, 4:14 PM
Unknown Object (File)
Wed, Apr 17, 3:17 PM
Unknown Object (File)
Thu, Apr 11, 7:25 AM
Unknown Object (File)
Sun, Mar 31, 9:36 AM
Unknown Object (File)
Mar 23 2024, 6:33 PM
Unknown Object (File)
Mar 23 2024, 12:40 AM
Unknown Object (File)
Mar 4 2024, 11:47 PM
Subscribers
None

Details

Summary

Ref T12613. Currently, the SVNTEST and HGTEST repositories are improperly configured on secure. These repositories use VCS systems which do not support synchronization, so they can not be served from cluster services with multiple hosts.

However, I've incorrectly configured them the same way as all the Git repositories, which support synchronization. This causes about 50% of requests to randomly fail (when they reach the wrong host).

Detect this issue and warn the user that the configuration is not valid.

It should be exceptionally difficult for normal installs to run into this.

Test Plan
  • Mostly faked these conditions locally, verified that secure really has this configuration.
  • I'll push this, verify that the issue is detected correctly in production, then fix the config which should resolve the intermittent issues with SVNTEST.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable