I'm trying to gather some more information from the user, but a user has reported that they received a server error when trying to move a task on a workboard. I see this in our PHP error logs:
[26-Mar-2015 16:52:42 Australia/Sydney] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /usr/src/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php on line 166 [26-Mar-2015 16:52:42 Australia/Sydney] >>> UNRECOVERABLE FATAL ERROR <<< Maximum execution time of 30 seconds exceeded /usr/src/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php:166 ┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻ [26-Mar-2015 16:53:41 Australia/Sydney] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /usr/src/libphutil/src/parser/PhutilTypeSpec.php on line 1909 [26-Mar-2015 16:53:41 Australia/Sydney] >>> UNRECOVERABLE FATAL ERROR <<< Maximum execution time of 30 seconds exceeded /usr/src/libphutil/src/parser/PhutilTypeSpec.php:1909 ┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻ [26-Mar-2015 16:55:39 Australia/Sydney] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /usr/src/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php on line 166 [26-Mar-2015 16:55:39 Australia/Sydney] >>> UNRECOVERABLE FATAL ERROR <<< Maximum execution time of 30 seconds exceeded /usr/src/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php:166 ┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻
Turning on the debug time limit, I see this:
Request aborted by debug time limit after 15 seconds. STACK TRACE PhutilParserGenerator.php:835 PhabricatorStartup->onDebugTick() PhutilTypeSpec.php:1909 PhutilParserGenerator->parseTokensWithTables() PhutilTypeSpec.php:285 PhutilTypeSpec->parseTokens() PhutilTypeSpec.php:155 PhutilTypeSpec->newFromString() PhabricatorCursorPagedPolicyAwareQuery.php:233 PhutilTypeSpec->checkMap() ManiphestTaskQuery.php:1112 PhabricatorCursorPagedPolicyAwareQuery->buildPagingClauseFromMultipleColumns() ManiphestTaskQuery.php:303 ManiphestTaskQuery->buildPagingClause() PhabricatorPolicyAwareQuery.php:227 ManiphestTaskQuery->loadPage() PhabricatorPolicyAwareQuery.php:167 PhabricatorPolicyAwareQuery->execute() ManiphestTransactionEditor.php:673 PhabricatorPolicyAwareQuery->executeOne() ManiphestTransactionEditor.php:687 ManiphestTransactionEditor->getAdjacentSubpriority() ...<snip many identical frames>... ManiphestTransactionEditor.php:687 ManiphestTransactionEditor->getAdjacentSubpriority() PhabricatorProjectMoveController.php:128 ManiphestTransactionEditor->getAdjacentSubpriority() AphrontController.php:33 PhabricatorProjectMoveController->processRequest() AphrontApplicationConfiguration.php:196 AphrontController->handleRequest() AphrontApplicationConfiguration.php:121 AphrontApplicationConfiguration->processRequest() index.php:19 AphrontApplicationConfiguration->runHTTPRequest()