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

Fabric slice expiring fails to to delete AL2S connection #373

Open
abessiari opened this issue May 8, 2024 · 1 comment
Open

Fabric slice expiring fails to to delete AL2S connection #373

abessiari opened this issue May 8, 2024 · 1 comment
Assignees
Labels

Comments

@abessiari
Copy link

abessiari commented May 8, 2024

A fabric slice that creates an aws dx connection using al2s can expire and is not able to delete the dx connection since it still in use. This falls into the general problem of fabric control framework "leaking resources" .... Fabric should have a way to retry post deleting a slice .... I know the team spoke about this. Just not sure if this has been taken care of or not.

@kthare10
Copy link
Collaborator

kthare10 commented May 8, 2024

In the current case, Network AM retries 3 times on failure to delete. If retry attempts also fail an audit process has been added which periodically attempts to clean up the leaked slivers every hour.

I need to check if AL2S handler has 3 retries in built or not.

Audit will be available in 1.7

@kthare10 kthare10 added the 1.7 label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants