What do your request stats look like during "normal" operation?
If you disable all add-ons, do you get the same behavior with a style import/rebuild?
You can rebuild the same version. You don't have to wait for new release.I'll wait for the next update I think.
You can rebuild the same version. You don't have to wait for new release.
XF\Db\Exception: MySQL query error [1205]: Lock wait timeout exceeded; try restarting transaction in src/XF/Db/AbstractStatement.php at line 217
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
XF\Db\AbstractAdapter->query() in src/XF/Reaction/AbstractHandler.php at line 141
XF\Reaction\AbstractHandler->updateRecentCacheForUserChange() in src/XF/Service/User/ContentChange.php at line 343
XF\Service\User\ContentChange->stepRebuildReactions() in src/XF/MultiPartRunnerTrait.php at line 48
XF\Service\User\ContentChange->runLoop() in src/XF/Service/User/ContentChange.php at line 198
XF\Service\User\ContentChange->apply() in src/XF/Service/User/Merge.php at line 137
XF\Service\User\Merge->stepReassignContent() in src/XF/MultiPartRunnerTrait.php at line 48
XF\Service\User\Merge->runLoop() in src/XF/Service/User/Merge.php at line 88
XF\Service\User\Merge->merge() in src/XF/Job/UserMerge.php at line 39
XF\Job\UserMerge->run() in src/XF/Job/Manager.php at line 253
XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 195
XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 79
XF\Job\Manager->runQueue() in src/XF/Admin/Controller/Tools.php at line 139
XF\Admin\Controller\Tools->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
XF\App->run() in src/XF.php at line 390
XF::runApp() in admin.php at line 13
is_processing
flag, these shouldn't be actually running and points to some cache being repeatedly invalidated.TemplateRebuild
/TemplatePartialCompile
(and some others) use the \XF\Service\Template\Compile
which updates all styles last modified date, which then invalidates all cached css. This happens per web-request rather than at the end of the template rebuild/compiling jobs. The PhraseRebuild
job would be similar.xf_css_cache
is also evacuated immediately, but before the style last modified date is updated, resulting in this table receiving a lot more write traffic than expected.We use essential cookies to make this site work, and optional cookies to enhance your experience.