Closed Bug 1074199 Opened 10 years ago Closed 10 years ago

Add clear_cache command to the production update script

Categories

(Tree Management :: Treeherder, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mdoglio, Assigned: mdoglio)

References

Details

Attachments

(1 file)

Assignee: nobody → mdoglio
Status: NEW → ASSIGNED
Blocks: 1072291
Attachment #8496889 - Flags: review?(jeads)
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Commits pushed to master at https://github.com/mozilla/treeherder-service

https://github.com/mozilla/treeherder-service/commit/703bf33297d6e75cf78c76f62580834a9a55cfac
Bug 1074199 - add clear_cache command to the update script

https://github.com/mozilla/treeherder-service/commit/f1bc715cfd81d659226bb7308ad2b9a8fbd304b1
Merge pull request #231 from mozilla/add-clear-cache-command

Bug 1074199 - add clear_cache command to the update script
Attachment #8496889 - Flags: review?(jeads) → review+
Is this is clearing out the cached top_revisions for each repo, right? (as well as anything else in the cache)

If so, I think this is dangerous to have in update.py, since if there are infra issues at the time of the deploy (eg like there were last night), then we fall back to json-pushes with no params, which only fetches the last 10 pushes. Which if there was a backlog in terms of pushlog ingestion, might mean we miss pushes older than #10.
Flags: needinfo?(jeads)
Depends on: 1076792
(In reply to Ed Morley [:edmorley] from comment #3)
> Is this is clearing out the cached top_revisions for each repo, right? (as
> well as anything else in the cache)
> 
> If so, I think this is dangerous to have in update.py, since if there are
> infra issues at the time of the deploy (eg like there were last night), then
> we fall back to json-pushes with no params, which only fetches the last 10
> pushes. Which if there was a backlog in terms of pushlog ingestion, might
> mean we miss pushes older than #10.

Bug 1076792 will reduce the risk slightly, but I'm wondering whether we should still make the cache clear manual-only?
Depends on: 1076797
Broken this out to bug 1076797.
Flags: needinfo?(jeads)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: