Closed Bug 1198786 Opened 9 years ago Closed 9 years ago

Stop storing "performance artifacts"

Categories

(Tree Management :: Perfherder, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wlach, Assigned: wlach)

References

(Blocks 2 open bugs)

Details

Attachments

(1 file)

We were originally going to store "performance artifacts" for each talos run for 3rd party alert generation, but this turned out to not be ever used. These are taking up quite a bit of space and don't really fit into the new data model I'm working on in bug 1192976. The fact that the API to retrieve them has been broken for months without anyone noticing is a good sign that they're probably safe to remove. :)

I think the only potentially useful thing in them are the raw replicates from each talos run, but there are better ways of storing that which we can always add later (when we have a feature that uses them).

I'd like to do this before bug 1192976, as it will make migrating the database a simpler process (since there will be lots more free space to do it).
Depending on how much this relies on data expiring naturally, I may ask them to hold off on bug 1190361 so that defrag lets us see the wins here sooner. (But I'll wait for the PR so I understand what we're no longer storing and whether it can be deleted/dropped sooner).
(In reply to Ed Morley [:emorley] from comment #1)
> Depending on how much this relies on data expiring naturally, I may ask them
> to hold off on bug 1190361 so that defrag lets us see the wins here sooner.
> (But I'll wait for the PR so I understand what we're no longer storing and
> whether it can be deleted/dropped sooner).

Basically this bug means dropping the per-project "performance_artifact" tables, which are rather big.
Ah awesome! :-)
Hi Ed, could you take a look at this? I know you're less familiar with the perf subsystem, but most of this patch (except for the unit test) is just removing code in areas you are probably at least somewhat familiar with.

:jmaher: If you could sanity check my updated unit test, that would be good. :)
Attachment #8653001 - Flags: review?(emorley)
Attachment #8653001 - Flags: feedback?(jmaher)
Comment on attachment 8653001 [details] [review]
Stop storing performance artifacts

this code is foreign to me, but I did look over the unittest and it was nice to see.  I assume we are still storing the raw replicates somewhere?  Other than that, the more code we can remove the better.
Attachment #8653001 - Flags: feedback?(jmaher) → feedback+
Comment on attachment 8653001 [details] [review]
Stop storing performance artifacts

Forgot to set the r+ when I commented on the PR earlier.
r=me with the comments fixed :-)
Attachment #8653001 - Flags: review?(emorley) → review+
Blocks: 1078392
I've not seen any errors whilst the test branch was deployed to stage (and there were also no complaints from people using the API), so think we're good to go here. (Stage was reset back to master ~30 mins ago btw).
Commit pushed to master at https://github.com/mozilla/treeherder

https://github.com/mozilla/treeherder/commit/7440089508eb136a2f620d0cd145773c6b05ee99
Bug 1198786 - Stop storing performance artifacts

They were never used for anything and take up a lot of space. They
also don't fit into the new performance model we're working on. We
can always bring back the useful bits later.
(In reply to Ed Morley [:emorley] from comment #8)
> I've not seen any errors whilst the test branch was deployed to stage (and
> there were also no complaints from people using the API), so think we're
> good to go here. (Stage was reset back to master ~30 mins ago btw).

Yup, merged. I will drop the performance_artifact tables from stage later today.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Blocks: 1178227
Blocks: 1201095
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: