Page MenuHomePhabricator

If daemon running-as-user setup check fails its query, don't bother with it
ClosedPublic

Authored by epriestley on Apr 3 2020, 11:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 9:32 AM
Unknown Object (File)
Wed, Apr 3, 9:59 PM
Unknown Object (File)
Sun, Mar 31, 2:24 PM
Unknown Object (File)
Sun, Mar 31, 12:58 PM
Unknown Object (File)
Mar 14 2024, 6:08 PM
Unknown Object (File)
Mar 14 2024, 6:08 PM
Unknown Object (File)
Mar 14 2024, 6:08 PM
Unknown Object (File)
Jan 19 2024, 4:50 PM
Subscribers

Details

Summary

See https://discourse.phabricator-community.org/t/upgrade-from-sep-30-2016/3702/. A user performing an upgrade from 2016 to 2020 ran into an issue where this setup query is overheating.

This is likely caused by too many rows changing state during query execution, but the particulars aren't important since this setup check isn't too critical and will catch the issue eventually. It's fine to just move on if this query fails for any reason.

Test Plan

Forced the query to overheat, loaded setup issues, got overheating fatal. Applied patch, no more fatal.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 3 2020, 11:19 PM
This revision was automatically updated to reflect the committed changes.
JoggerTech added inline comments.
src/applications/config/check/PhabricatorDaemonsSetupCheck.php
11

add try catch around this line to fix:
Exception
Query (of class “PhabricatorDaemonLogQuery”) overheated: examined more than 10 raw rows without finding 1 visible object