Page MenuHomePhabricator

Is mp.tool really running on Kubernetes?
Closed, ResolvedPublic

Description

`--> become mp
`--> webservice status
Your webservice of type php7.4 is running on backend kubernetes

But this overview tells me lighttpd-mp is still running on the grid engine: https://grid-deprecation.toolforge.org/u/euku
Also

--> cat service.manifest 
# This file is used by Toolforge infrastructure.
# Please do not edit manually at this time.
# Tue Aug 15 17:27:32 2023
backend: kubernetes
buildservice-image: tool-mp/tool-mp:latest
version: 4
web: php7.4

… seems good, right?

Event Timeline

Same question for the tool 'pb'.

taavi claimed this task.

Both tools were properly running on Kubernetes but for whatever reason also had stale grid engine jobs in the 'delete' state (this means that the grid has lost track of those jobs for whatever reason). I've force deleted both of those:

taavi@tools-sgegrid-master:~ $ qstat -u "tools.mp"
job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID
-----------------------------------------------------------------------------------------------------------------
  31840 0.34073 lighttpd-m tools.mp     dr    06/09/2023 21:26:23 webgrid-lighttpd@tools-sgewebl     1
taavi@tools-sgegrid-master:~ $ qstat -u "tools.pb"
job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID
-----------------------------------------------------------------------------------------------------------------
    204 0.34210 lighttpd-p tools.pb     dr    06/08/2023 14:28:38 webgrid-lighttpd@tools-sgewebl     1
taavi@tools-sgegrid-master:~ $ sudo qdel -f 31840
root forced the deletion of job 31840
taavi@tools-sgegrid-master:~ $ sudo qdel -f 204
root forced the deletion of job 204

Please note that Phabricator is not a proper support venue, and you will likely get a faster response to questions like this one from the mailing list or the IRC channel.