Closed Bug 823690 Opened 12 years ago Closed 12 years ago

Datazilla update_pushlog Cron Job

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jeads, Assigned: cturra)

Details

(Whiteboard: [triaged 20121220][service interrupt])

It looks like the update_pushlog manage command has stopped running.  The last update was on Wed Dec 19 16:15:00 2012 and the last accessible revision can be found here:

https://datazilla.mozilla.org/talos/summary/Mozilla-Inbound/f1a10ed19a32?product=Firefox&branch_version=20.0a1&test=Talos%20tp5n&platform=mac%20OS%20X%2010.6.8%20x86_64

This corresponds to push id 2005 in:

https://datazilla.mozilla.org/refdata/pushlog/list?days_ago=1&branches=Mozilla-Inbound

So we're missing pushes from today.  Could some one validate that an update_pushlog.lock file is not present in the cron run directory on the admin node?

Also could someone try running the following command from the command line:

python $DATAZILLA_HOME/manage.py update_pushlog --repo_host=hg.mozilla.org --hours=24

to confirm that it's not generating any errors.
looks like there was a process from Dec11 still trying to run and another on Dec19. i have killed both of these and removed the lock file. a new update_pushlog appears to now be running. i am going to mark this bug as r/fixed, but please do reopen if the pushlog is still now running as you expect it to.

[root@datazillaadm.private.scl3 ~]# ps aux | grep [u]pdate_push
root     26771  0.0  4.8 413496 93880 ?        Ss   Dec19   0:05 /usr/bin/python /data/datazilla/src/datazilla.mozilla.org/datazilla/manage.py update_pushlog --repo_host=hg.mozilla.org --hours=24
root     27318  0.0  4.7 412596 91836 ?        Ss   Dec11   0:09 /usr/bin/python /data/datazilla/src/datazilla.mozilla.org/datazilla/manage.py update_pushlog --repo_host=hg.mozilla.org --hours=24

[root@datazillaadm.private.scl3 ~]# kill 26771
[root@datazillaadm.private.scl3 ~]# kill 27318

[root@datazillaadm.private.scl3 ~]# rm /root/update_pushlog.lock 
rm: remove regular empty file `/root/update_pushlog.lock'? y
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20121220][service interrupt]
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.