Closed Bug 1041354 Opened 10 years ago Closed 10 years ago

Some panda devices not in graph server

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task, P2)

x86
Android

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: coop)

References

Details

eg: panda-908
https://tbpl.mozilla.org/php/getParsedLog.php?id=44232915&tree=Mozilla-Aurora#error4

15:23:01 CRITICAL -  FAIL: Graph server unreachable (5 attempts)
15:23:01     INFO -  RETURN:send failed, graph server says:
15:23:01 CRITICAL -  RETURN:No machine_name called 'panda-0908' can be found

I suspect panda-0900 through to 0908 were disabled in scl1, but enabled since moving to scl3 in bug 1027839. Certainly they have short job histories in slave health. Now they're failing (ie red on tbpl) on any talos-type job which needs to do a graph server submission, and this in the graph db:

mysql> select max(name) from machines where name like 'panda%';
+------------+
| max(name)  |
+------------+
| panda-0899 |
+------------+
1 row in set (0.00 sec)
Blocks: 1038014
No longer blocks: 1027839
Disabled 0900 to 0909 in slavealloc.
Assignee: nobody → coop
Status: NEW → ASSIGNED
Priority: -- → P2
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0900');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0901');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0902');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0903');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0904');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0905');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0906');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0907');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0908');
INSERT INTO machines (os_id, is_throttling, cpu_speed, is_active, date_added, name) VALUES (29,0,1.0,1,unix_timestamp(),'panda-0909');
Added to both staging and production databases.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.