Actions
action #64129
openSet `$0` for upload process to something more explicit (was: Duplicate worker instances competing)
Status:
New
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
QA (public, currently private due to #173521) - future
Start date:
2020-03-03
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Seems like since today we have multiple worker instances with the same instance number causing havoc.
From o3:
$ for i in aarch64 openqaworker1 openqaworker4 openqaworker7 power8 imagetester rebel; do echo $i && ssh root@$i "ps aux|grep 'script/worker'|sort -k14"; done
aarch64
…
openqaworker1
…
_openqa+ 2833 0.2 0.2 673740 591272 ? Ss 03:34 1:41 /usr/bin/perl /usr/share/openqa/script/worker --instance 2
_openqa+ 2832 0.1 0.1 410048 327280 ? Ss 03:34 1:01 /usr/bin/perl /usr/share/openqa/script/worker --instance 3
_openqa+ 2842 0.1 0.1 360052 277376 ? Ss 03:34 0:58 /usr/bin/perl /usr/share/openqa/script/worker --instance 4
_openqa+ 24314 17.4 0.1 423588 336580 ? S 15:40 1:24 /usr/bin/perl /usr/share/openqa/script/worker --instance 5
_openqa+ 2843 0.1 0.1 411296 328708 ? Ss 03:34 0:59 /usr/bin/perl /usr/share/openqa/script/worker --instance 5
_openqa+ 2835 0.1 0.1 377136 294516 ? Ss 03:34 1:01 /usr/bin/perl /usr/share/openqa/script/worker --instance 6
_openqa+ 2841 0.1 0.1 491764 409008 ? Ss 03:34 1:13 /usr/bin/perl /usr/share/openqa/script/worker --instance 7
_openqa+ 2827 0.1 0.1 429852 347348 ? Ss 03:34 1:04 /usr/bin/perl /usr/share/openqa/script/worker --instance 8
_openqa+ 2836 0.1 0.1 361520 279244 ? Ss 03:34 1:00 /usr/bin/perl /usr/share/openqa/script/worker --instance 9
openqaworker4
…
openqaworker7
_openqa+ 3292 0.0 0.1 371188 289416 ? Ss 03:37 0:42 /usr/bin/perl /usr/share/openqa/script/worker --instance 1
_openqa+ 18466 1.5 0.1 538604 451672 ? S 15:46 0:01 /usr/bin/perl /usr/share/openqa/script/worker --instance 10
_openqa+ 3288 0.1 0.1 538604 456548 ? Ss 03:37 0:58 /usr/bin/perl /usr/share/openqa/script/worker --instance 10
_openqa+ 3281 0.0 0.1 406300 324768 ? Ss 03:37 0:37 /usr/bin/perl /usr/share/openqa/script/worker --instance 11
_openqa+ 3289 0.0 0.1 386092 304688 ? Ss 03:37 0:40 /usr/bin/perl /usr/share/openqa/script/worker --instance 12
similar in osd. Reported by dzedro in #63853
Files
Actions