Our commit import queue is way backed up. I ran through them manually and found this:
Any help would be greatly appreciated.
sh-4.1# ./repository reparse --importing --trace rT7189107aadafc000d6693dd7c578b4579f78ecf7 >>> [2] <connect> phabricator_repository <<< [2] <connect> 1,433 us >>> [3] <query> SELECT `r`.*, r.* FROM `repository` r WHERE ((r.callsign IN ('T'))) ORDER BY `r`.`id` DESC <<< [3] <query> 578 us >>> [4] <query> SELECT `commit`.* FROM `repository_commit` commit WHERE (((commit.repositoryID = 2 AND commit.commitIdentifier = '7189107aadafc000d6693dd7c578b4579f78ecf7'))) ORDER BY `commit`.`id` DESC <<< [4] <query> 334 us >>> [5] <query> SELECT `r`.*, r.* FROM `repository` r WHERE (r.id IN (2)) ORDER BY `r`.`id` DESC <<< [5] <query> 329 us >>> [6] <query> SELECT `commit`.* FROM `repository_commit` commit WHERE (commit.id IN (592381)) ORDER BY `commit`.`id` DESC <<< [6] <query> 452 us >>> [7] <query> SELECT `r`.*, r.* FROM `repository` r WHERE (r.id IN (2)) ORDER BY `r`.`id` DESC <<< [7] <query> 320 us [2016-11-10 14:06:58] EXCEPTION: (PhabricatorWorkerPermanentFailureException) Commit "rT7189107aadafc000d6693dd7c578b4579f78ecf7" (with internal ID "592381") is no longer reachable from any branch, tag, or ref in this repository, so it will not be imported. This usually means that the branch the commit was on was deleted or overwritten. at [<phabricator>/src/applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php:30] arcanist(head=stable, ref.master=9c056c5cc887, ref.stable=e17fe43ca3fe), phabricator(head=stable, ref.master=b441e8b81e31, ref.stable=111c63955155), phutil(head=stable, ref.master=c72eb747e706, ref.stable=40e473e05788) #0 PhabricatorRepositoryCommitParserWorker::loadCommit() called at [<phabricator>/src/applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php:46] #1 PhabricatorRepositoryCommitParserWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:123] #2 PhabricatorWorker::executeTask() called at [<phabricator>/src/applications/repository/management/PhabricatorRepositoryManagementReparseWorkflow.php:325] #3 PhabricatorRepositoryManagementReparseWorkflow::execute(PhutilArgumentParser) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:438] #4 PhutilArgumentParser::parseWorkflowsFull(array) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:330] #5 PhutilArgumentParser::parseWorkflows(array) called at [<phabricator>/scripts/repository/manage_repositories.php:22]