Page MenuHomePhabricator

Don't put objects into the query workspace by default
ClosedPublic

Authored by epriestley on Jul 1 2015, 6:10 PM.
Tags
None
Referenced Files
F13325242: D13516.diff
Sat, Jun 15, 1:34 AM
F13312732: D13516.diff
Tue, Jun 11, 7:01 AM
F13299094: D13516.diff
Fri, Jun 7, 7:37 AM
F13251521: D13516.id.diff
Sat, May 25, 12:01 AM
F13211470: D13516.diff
Fri, May 17, 5:47 AM
F13201796: D13516.diff
May 14 2024, 4:27 PM
F13198933: D13516.diff
May 13 2024, 10:24 AM
F13177985: D13516.diff
May 8 2024, 8:05 PM
Subscribers

Details

Summary

Ref T8731. I think the issue is that some ProjectQuery (without needImages()) populates the query workspace, then the "real" one hits the workspace.

Instead, only populate the workspace from ObjectQuery, so we know that objects in the workspace always have whatever ObjectQuery attaches to them.

Test Plan

Verified this didn't destroy the cache hitrate, but I can't repro the original issue locally per se.

Diff Detail

Repository
rP Phabricator
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 7099
Build 7250: [Placeholder Plan] Wait for 30 Seconds
Build 7249: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Don't put objects into the query workspace by default.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
This revision is now accepted and ready to land.Jul 1 2015, 7:58 PM
This revision was automatically updated to reflect the committed changes.