Skip to content
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

CASMCMS-8944: Reduce superfluous S3 calls during BOSv2 session creation #259

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

mharding-hpe
Copy link
Contributor

@mharding-hpe mharding-hpe commented Mar 8, 2024

When the BOS v2 session-setup operator is operating on a session with a large number of nodes, it ends up making a lot of S3 calls unnecessarily. The calls to S3 depend only on the boot sets in the session, but the current code makes the calls once per node, even if all the nodes belong to the same boot set.

This PR changes it so that the boot sets are parsed for this just once, rather than once per node.

I've tested these changes on wasp.

https://jira-pro.it.hpe.com:8443/browse/CASMCMS-8944

Backports:
#260
#261

@mharding-hpe mharding-hpe merged commit bd23a43 into support/2.0 Mar 8, 2024
3 of 4 checks passed
@mharding-hpe mharding-hpe deleted the casmcms-8944-1.4 branch March 8, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants