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
F13175971: D21057.diff
Wed, May 8, 9:18 AM
Unknown Object (File)
Tue, Apr 9, 9:32 AM
Unknown Object (File)
Apr 3 2024, 9:59 PM
Unknown Object (File)
Mar 31 2024, 2:24 PM
Unknown Object (File)
Mar 31 2024, 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
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
Branch
setup1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23986
Build 33011: Run Core Tests
Build 33010: arc lint + arc unit

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