User Details
- User Since
- Mar 7 2013, 10:05 AM (611 w, 3 d)
- Availability
- Available
Nov 7 2013
Awesome, turns out I need to look harder for things!
Three tasks got stuck while processing, going in a manually freeing the leases seemed to work (not sure if that was a bad idea?).
Thank you again for the quick responses and work! I had already deleted the repository unfortunately. The import is running again now so we will see how it goes, a basic discover on my desk appeared to be substantially better than before the latest upgrades so looks promising.
Nov 6 2013
Ok, will wait for the fix.
The missing commits only appear to be on default, which has a head of ae4359086352cd514d9be80ce59830f69ee3941b. Is there any debug I can leave on while it is parsing that would help us try and catch the error? It took ~4 hours last time so will leave it going overnight.
phabricator@lal-phabricator:~/phabricator$ ./bin/repository discover ML --trace >>> [2] <connect> phabricator_repository <<< [2] <connect> 1,087 us >>> [3] <query> SELECT * FROM `repository` r WHERE (r.callsign IN ('ML')) ORDER BY r.id DESC <<< [3] <query> 206 us Discovering 'ML'... >>> [4] <exec> $ (cd '/home/phabricator/repos/ML/' && HGPLAIN=1 hg --debug branches) <<< [4] <exec> 155,312 us >>> [5] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 15 AND commitIdentifier = 'ae4359086352cd514d9be80ce59830f69ee3941b' <<< [5] <query> 734 us >>> [6] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 15 AND commitIdentifier = '81603c4c6139a0499cc41a16b0222f8156745798' <<< [6] <query> 371 us >>> [7] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 15 AND commitIdentifier = '0761b2dfbe24c8ab3bb0f964a0d147f6ce5b5b5f' <<< [7] <query> 501 us >>> [8] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 15 AND commitIdentifier = '62680cd8cd244456138cba95730ab4e3438845ac' <<< [8] <query> 380 us >>> [9] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 15 AND commitIdentifier = 'e5426ec9b111bfb56800a7c8023fe5dbf90c67b5' <<< [9] <query> 370 us >>> [10] <query> SELECT * FROM `repository_commit` WHERE repositoryID = 15 AND importStatus != 15 LIMIT 1 <<< [10] <query> 223 us Done. phabricator@lal-phabricator:~/phabricator$
Do I need to drop something to force it to reparse a branch?
Thank you for the quick response and work!