Closed Bug 980218 Opened 12 years ago Closed 12 years ago

Run contrib/clear-memcached.pl after each push

Categories

(bugzilla.mozilla.org :: Infrastructure, defect)

x86
macOS
defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: glob, Assigned: ashish)

Details

currently memcached entries are not being cleared while running checksetup. this is because the cache is cleared by checksetup, which is run on the admin node. either the admin node doesn't have flows to all memcache clusters, or it's missing /etc/hosts entries. similar to bug 934521, please run control/clear-memcached.pl on a webhead to clear the cache. this doesn't have to run on each webhead, but there's no real harm in doing so.
It's missing flows, will submit bug to fix. Memcache cleared from web5. web5.bugs.scl3# ./contrib/clear-memcached.pl memcached cleared
Assignee: server-ops-webops → klibby
Added explicit hosts entries for memcache nodes across the board: e.g., scl3: 10.22.82.16 memcache1-prod 10.22.85.16 memcache1-stage 10.22.82.17 memcache2-prod 10.22.85.17 memcache2-dev (only prod in phx1)
dev: changed "memcache2:11211" to "memcache2-dev:11211" stage: changed "memcache1:11211" to "memcache1-stage:11211" prod: changed "memcache1:11211 memcache2:11211" to "memcache1-prod:11211 memcache2-prod:11211"
Old entries removed in puppet.
I think we're all set here; if not, re-open and we'll see if we can sort out any issues.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
(In reply to Kendall Libby [:fubar] from comment #5) > I think we're all set here; if not, re-open and we'll see if we can sort out > any issues. You'd missed the original topic :P Added this to the push script to run contrib/clear-memcached.pl from bugzillaadm in sysadmins r85953: > + # Run contrib/clear-memcached.pl, bug 980218 > + logecho "+ contrib/clear-memcached.pl"; contrib/clear-memcached.pl 2>&1 | /root/bin/timestamp | tee -a "$logfile"
Assignee: klibby → ashish
Summary: run control/clear-memcached.pl on a bmo webhead after each push → Run contrib/clear-memcached.pl after each push
Verified during today's push: + contrib/clear-memcached.pl [23:13:32] memcached cleared
Status: RESOLVED → VERIFIED
Component: WebOps: Bugzilla → Infrastructure
Product: Infrastructure & Operations → bugzilla.mozilla.org
You need to log in before you can comment on or make changes to this bug.