Page MenuHomePhabricator

Flow: exceptions creating new topics on beta labs
Closed, ResolvedPublic

Description

Flow QA tests and me are getting pink errorbox trying to add a topic:

"Exception Caught: could not locate workflow for revision rzgrj0yczldzlxw2"

Maybe gerrit 149114 "No recentchange entry inserted for new topics" will fix this as well as bug 68412?

In deployment-bastion:/data/project/logs/exception.log :

2014-07-30 09:26:49 deployment-mediawiki02 enwiki: [4485945d] /w/api.php Exception from line 194 of /srv/common-local/php-master/extensions/Flow/includes/Formatter/AbstractQuery.php: could not locate workflow for revision rzgr45gb138rkc7m
#0 /srv/common-local/php-master/extensions/Flow/includes/Formatter/RecentChangesQuery.php(139): Flow\Formatter\AbstractQuery->buildResult()
#1 /srv/common-local/php-master/extensions/Flow/includes/Formatter/IRCLineUrlFormatter.php(28): Flow\Formatter\RecentChangesQuery->getResult()
#2 /srv/common-local/php-master/includes/changes/RecentChange.php(427): Flow\Formatter\IRCLineUrlFormatter->getLine()
#3 /srv/common-local/php-master/extensions/Flow/includes/Data/RecentChanges.php(123): RecentChange->notifyRCFeeds()
#4 /srv/common-local/php-master/extensions/Flow/includes/Data/PostRevisionRecentChanges.php(48): Flow\Data\RecentChanges->insert()
#5 /srv/common-local/php-master/extensions/Flow/includes/Data/ObjectManager.php(86): Flow\Data\PostRevisionRecentChanges->onAfterInsert()
#6 /srv/common-local/php-master/extensions/Flow/includes/Data/ObjectManager.php(47): Flow\Data\ObjectManager->insert()
#7 /srv/common-local/php-master/extensions/Flow/includes/Data/ObjectManager.php(27): Flow\Data\ObjectManager->multiPut()
#8 /srv/common-local/php-master/extensions/Flow/includes/Data/ManagerGroup.php(32): Flow\Data\ObjectManager->put()
#9 /srv/common-local/php-master/extensions/Flow/includes/Block/TopicList.php(151): Flow\Data\ManagerGroup->put()
#10 /srv/common-local/php-master/extensions/Flow/includes/SubmissionHandler.php(103): Flow\Block\TopicListBlock->commit()
#11 /srv/common-local/php-master/extensions/Flow/includes/WorkflowLoader.php(59): Flow\SubmissionHandler->commit()
#12 /srv/common-local/php-master/extensions/Flow/includes/api/ApiFlowBasePost.php(40): Flow\WorkflowLoader->commit()
#13 /srv/common-local/php-master/extensions/Flow/includes/api/ApiFlow.php(73): ApiFlowBasePost->execute()
#14 /srv/common-local/php-master/includes/api/ApiMain.php(907): ApiFlow->execute()
#15 /srv/common-local/php-master/includes/api/ApiMain.php(363): ApiMain->executeAction()
#16 /srv/common-local/php-master/includes/api/ApiMain.php(334): ApiMain->executeActionWithErrorHandling()
#17 /srv/common-local/php-master/api.php(85): ApiMain->execute()
#18 /srv/common-local/w/api.php(3): include()
#19 {main}


Version: master
Severity: critical

Details

Reference
bz68848

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:35 AM
bzimport set Reference to bz68848.
bzimport added a subscriber: Unknown Object (MLST).

Change 149114 had a related patch set uploaded by Spage:
No recentchange entry inserted for new topics

https://gerrit.wikimedia.org/r/149114

Change 149114 merged by jenkins-bot:
No recentchange entry inserted for new topics

https://gerrit.wikimedia.org/r/149114

... and browser tests passing on beta labs \o/