User Details
User Details
- User Since
- Oct 2 2013, 6:44 PM (635 w, 1 d)
- Availability
- Available
Oct 17 2014
Oct 17 2014
austinf added a comment to T6336: Revision stuck in importing (after phabricator upgrade).
Awesome, thanks for the quick fix. Can you tell me how to make it re-parse commits that are stuck?
austinf added a comment to T6336: Revision stuck in importing (after phabricator upgrade).
No errors in log there either, running ./bin/repository importing ZU --trace just gives the query:
>>> [2] <connect> phabricator_repository
<<< [2] <connect> 1,219 us
>>> [3] <query> SELECT * FROM `repository` r WHERE (r.callsign IN ('ZU')) ORDER BY r.id DESC
<<< [3] <query> 385 us
>>> [4] <query> SELECT repositoryID, commitIdentifier, importStatus FROM `repository_commit`
WHERE repositoryID IN (333) AND (importStatus & 15) != 15
<<< [4] <query> 2,382 us
rZU68059b3473d53c28e4ddffb3cd0bac79ed719fbb Herald
rZU011a6af20dac1cae5efc9ab191645248f315e85e HeraldOct 16 2014
Oct 16 2014
austinf added a comment to T6336: Revision stuck in importing (after phabricator upgrade).
Looks like any new commit. Adapted your script from here https://secure.phabricator.com/book/phabricator/article/installation_guide/#updating-phabricator to work on our system. We use systemd to manage stopping and starting daemons is the only difference.
austinf added a comment to T6336: Revision stuck in importing (after phabricator upgrade).
The Herald rule appears to have completed fine as well.
