Closed attssystem closed 3 months ago
Hello @attssystem, I suspect this one to be a duplicate of #328. Do you have node names that are not suffixed by digits?
Unfortunately I only have nodenames suffixed with digits (a letter and 3 digits), just checked with sinfo
.
By the way, I just noticed that even in the working view, the node list is empty (see screenshot below) like in #328 :
The 2D rack view lacks information because I hide some of it but the list below (Nodename .. State .. Allocation ...) is really empty.
By the way, clicking on a node works and displays all its info.
By any chance, did you check this issue was solved by switching back to API v0.0.39, as well as for #335?
I tried at the same time but no difference. I should have added a comment :)
The error occurs in foldNodeset()
function. There are some unit tests to cover many node name patterns, and it seems your node pattern with a character and 3 digits is already covered.
I can't figure out what is going here, I need more input to understand. Can you send me the output of:
$ curl --unix-socket /run/slurmrestd/slurmrestd.socket http://slurm/slurm/v0.0.40/nodes
If you are concerned about privacy, you can also send me the output by email at hidden.
Sent ;)
After some investigation by email, it appeared that a node with a name without digit was returned by slurmrestd REST API /nodes
endpoint, even though it wasn't visible with sinfo
. This issue is actually a duplicated of #328 whose fix is landed in upcoming release v3.2.0.
Hi :)
I'm running the gateway (3.1.0-1.deb12 in production mode using Apache) in a Debian 12 container and I've got an issue with the Resources view. I can view my racks just fine but as soon as it tries to refresh nodes' states I have a blank page and must reload it to get back to a working view. Apart from that I can point nodes and get their status just fine before it becomes blank.
This issue appears on Safari and Chrome on MacOS14 and on Chrome on Windows11.
If I use the development console (tested on Chrome on MacOS) I get those messages (last being an error of course) at Resources page load :
but it still loads the page correctly, then those messages repop when the page goes blank and regularly after.
I can't see anything suspicious in gateway logs.
Let me know if I can bring more information about it.