New issue
Advanced search Search tips

Issue 832781 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Restart mysql_stats service on push-to-prod

Project Member Reported by pprabhu@chromium.org, Apr 13 2018

Issue description

See issue 815340 for context.

This service isn't getting restarted on push-to-prod, meaning it doesn't get updated on pushes. This caused the metrics fix to never reach the two servers in question.


When I manually tried to restart the service, it failed when stopping, but then started OK:

chromeos-test@cros-bighd-0003:~$ sudo service mysql_stats restart
stop: Job failed while stopping
mysql_stats start/running, process 54758
chromeos-test@cros-bighd-0003:~$ ps aux | grep mysql_stats
root      54758  8.2  0.0  92340 27100 ?        Ss   10:58   0:00 sudo -u chromeos-test /usr/local/autotest/site_utils/stats/mysql_stats.py
chromeo+  54761  8.5  0.0 174512 32676 ?        Sl   10:58   0:00 /usr/bin/python /usr/local/autotest/site_utils/stats/mysql_stats.py
chromeo+  54775  0.0  0.0  23756  2236 pts/7    S+   10:58   0:00 grep --color mysql_stats
 
Cc: dgarr...@chromium.org
Owner: pprabhu@chromium.org
Status: Started (was: Untriaged)
Makes sense.

Project Member

Comment 3 by bugdroid1@chromium.org, Apr 16 2018

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/chromeos/chromeos-admin/+/e21b317bf9b68fe4d0955b7b28be60ad24e6af71

commit e21b317bf9b68fe4d0955b7b28be60ad24e6af71
Author: Prathmesh Prabhu <pprabhu@chromium.org>
Date: Mon Apr 16 23:04:09 2018

Status: Fixed (was: Started)

Sign in to add a comment