Fixes T12393. I think this is the problem?
Details
Details
- Reviewers
- None
- Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T12393: Instance reporting possible lock issue around `git fetch` of clustered working copies
After deploying this onto our Phabricator cluster, I haven't seen any "unable to update local ref" exceptions in 24 hours.
grep --no-filename --before-context=10 'cannot lock ref' /var/log/phabricator/daemons.log | grep 'EXCEPTION: (CommandException)' | awk '{print $1}' | tr --delete '[' | uniq --count
1 2017-07-19 11 2017-07-20 9 2017-07-21 1 2017-07-23 8 2017-07-24
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 17783 Build 23879: Run Core Tests Build 23878: arc lint + arc unit