Skip to content

jobs started after server was blacklisted #91

Closed
donald opened this issue Aug 12, 2020 · 0 comments · Fixed by #92
Closed

jobs started after server was blacklisted #91

donald opened this issue Aug 12, 2020 · 0 comments · Fixed by #92

Comments

@donald
Copy link
Contributor

donald commented Aug 12, 2020

submit 200 jobs:

for i in $(seq 200); do mxqsub -t15m --whitelist "eiapopeia enemenemuh" sleep 300; done

group is 378728, jobs 23430810 to 23430937 are running on eiapopeia or enemenemuh
now blacklist "enemenemuh" which should take precedence over whitelist:

mxqset group 378728 --blacklist enemenemuh

wait 5 minutes for the running jobs to complete....
result: jobs 23430938 and following also started on both servers "eiapopeia enemenemuh" which is wrong

http://afk.molgen.mpg.de/mxq/mxq/group/378728 :

group_blacklist: enemenemuh
group_whitelist: eiapopeia enemenemuh
[...]
23431009 	RUNNING 	5m 4s 	1m 1s 	enemenemuh.molgen.mpg.de 	41841
23431008 	RUNNING 	5m 4s 	1m 1s 	eiapopeia.molgen.mpg.de 	36395
donald added a commit that referenced this issue Aug 13, 2020
Fix #91 "jobs started after server was blacklisted"
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant