Skip to content

fix: dublicate pool creation #240

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

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

bavarianbidi
Copy link
Member

@bavarianbidi bavarianbidi commented Feb 12, 2025

by setting the finalizer on pool level, it's necessary to immediately end the reconciliation loop and add the pool CR back to the reconciliation loop. Otherwise the reconciliation will continue and a parallel reconciliation will happen where the pool status (with the pool id) is still empty - which leads to another pool creation

@bavarianbidi bavarianbidi force-pushed the fix_duplicate_pool_creation branch 2 times, most recently from 2d1014c to d966962 Compare February 12, 2025 14:10
by setting the finalizer on pool level, it's necessary to immediatly end
the reconciliation loop and add the pool CR back to the reconciliation
loop. Otherwise the reconciliation will continue and a parallel
reconciliation will happen where the pool status (with the pool id) is
still empty - which leads to another pool creation

Signed-off-by: Mario Constanti <[email protected]>
@bavarianbidi bavarianbidi force-pushed the fix_duplicate_pool_creation branch from d966962 to 0613360 Compare February 12, 2025 14:23
@bavarianbidi bavarianbidi merged commit e0fe178 into main Feb 13, 2025
3 checks passed
@bavarianbidi bavarianbidi deleted the fix_duplicate_pool_creation branch February 13, 2025 09:52
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.

2 participants