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

[WIP] fluence: refactor to use new PodGroup #63

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Feb 18, 2024

Problem: fluence should only be storing state of jobid and presence of a group name in a map to indicate node assignment. Soluion: update the code here. Note that this is not working yet, and I am pushing / opening the PR to not use the work (and will update accordingly, and using this PR to test).

Going for a run, will continue debugging when I get back. There is a bug somewhere where we aren't asking, and the map is empty - likely in the PreFilter function I missed something.

Problem: fluence should only be storing state of jobid and
presence of a group name in a map to indicate node assignment.
Soluion: update the code here. Note that this is not working
yet, and I am pushing / opening the PR to not use the work
(and will update accordingly, and using this PR to test).

Signed-off-by: vsoch <vsoch@users.noreply.github.com>
@vsoch vsoch marked this pull request as ready for review February 19, 2024 01:27
@vsoch
Copy link
Member Author

vsoch commented Feb 19, 2024

yes!!

@vsoch
Copy link
Member Author

vsoch commented Feb 19, 2024

The bug was needing a pointer, which is exactly what I thought it might be!

This is just going into the other PR branch so no review needed.

@vsoch vsoch merged commit 962d035 into fluence-controller Feb 19, 2024
7 checks passed
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.

1 participant