Page MenuHomePhabricator

Queue search indexing tasks at a new PRIORITY_INDEX, not PRIORITY_IMPORT
ClosedPublic

Authored by epriestley on Feb 15 2019, 1:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 2, 2:43 PM
Unknown Object (File)
Thu, May 29, 1:15 AM
Unknown Object (File)
Mon, May 26, 11:21 PM
Unknown Object (File)
Mon, May 26, 7:53 PM
Unknown Object (File)
Tue, May 20, 8:36 AM
Unknown Object (File)
May 7 2025, 3:14 PM
Unknown Object (File)
Apr 28 2025, 10:54 PM
Unknown Object (File)
Apr 27 2025, 2:45 AM
Subscribers
None

Details

Summary

Depends on D20175. Ref T12425. Ref T13253. Currently, importing commits can stall search index rebuilds, since index rebuilds use an older priority from before T11677 and weren't really updated for D16585.

In general, we'd like to complete all indexing tasks before continuing repository imports. A possible exception is if you rebuild an entire index with bin/search index --rebuild-the-world, but we could queue those at a separate lower priority if issues arise.

Test Plan

Ran some search indexing through the queue.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable