-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cache output of pbsnodes #466
Comments
This has been discussed before and might be an open ticket also. |
Yeah, has been discussed, but I couldn't find a ticket. Let me look again. |
no previous ticket found, so I'll leave this open... |
I'm not sure if this effects any other machine, but if this is confined to Archer I would suggest closing it till we get active users on Archer. @andre-merzky can you confirm we don't have users on Archer right now? |
Yeah, that affects performance on all batch adaptors. Its 'just' an optimization though... |
I don't have the numbers, so can't judge the severity of the performance delay. Do you want to keep the ticket open since this affects all adapters? |
Yeah. I set the priority to |
On Archer, for example,
pbsnodes -a
takes almost a minute. We do that over and over again. Assuming that PBS configuration is kinda static during the lifetime of an application, this should be cached on adaptor level (per job service URL). That is probably true for other information as well (paths to qsub etc) which all add quite a number of roundtrips for nothing, but pbsnodes is the one which takes most time.The text was updated successfully, but these errors were encountered: