mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-18 10:41:08 +01:00
No description
7d9bda59a6
Summary: Ref T6742. Root cause of the issue: - Daemon was running on a machine with a very long host name, which produced a lease name which was longer than 64 characters. - MySQL wasn't set in STRICT_ALL_TABLES. - The daemon would `UPDATE .. SET leaseOwner = <very long string>` to lock a task, and MySQL would silently truncate. - The daemon would then try to select the locked task, but fail, because there's no matching lease owner. To resolve this, use only the first 32 characters of the hostname. See IRC for more discussion. Test Plan: Will confirm with reporter. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T6742 Differential Revision: https://secure.phabricator.com/D10998 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which help software companies build better software. Phabricator includes applications for: - reviewing and auditing source code; - hosting and browsing repositories; - assembling a party to venture forth; - tracking bugs; - hiding stuff from coworkers; and - also some other things. You can learn more about the project (and find links to documentation and resources) [[http://phabricator.org/ | here]]. Phabricator is developed and maintained by [[http://phacility.com/ | Phacility]]. The first version of Phabricator was originally built at Facebook. = LICENSE = Phabricator is released under the Apache 2.0 license except as otherwise noted.