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

Check Status API for DO Takes Forever and Eventually Fails #383

Open
sindhujit1 opened this issue Dec 4, 2024 · 0 comments
Open

Check Status API for DO Takes Forever and Eventually Fails #383

sindhujit1 opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working untriaged Issue needs to be reviewed for validity

Comments

@sindhujit1
Copy link

Environment

  • Declarative Onboarding Version: 1.46.0
  • BIG-IP Version: 16.1.3

Summary

When testing the DO API to push configs multiple times, we are seeing some issues with the STATUS in RUNNING state for an eternity. Eventually the API call fails with error tryUntil: max tries reached: Device not active.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Submit the following declaration:

Can't post the entire JSON as its confidential info.

  1. Observe the following error response:

{'id': 'xxxx', 'selfLink': 'https://localhost/mgmt/shared/declarative-onboarding/task/<task-id>', 'code': 500, 'status': 'ERROR', 'message': 'invalid config - rolled back', 'errors': ['tryUntil: max tries reached: Device not active.', 'tryUntil: max tries reached: Device not active.'],

Expected Behavior

Configs pushed fine with success message on the check STATUS API call.

Actual Behavior

the check STATUS API call goes on a forever loop and eventually fails after 5-10 minutes with the above error.

@sindhujit1 sindhujit1 added bug Something isn't working untriaged Issue needs to be reviewed for validity labels Dec 4, 2024
@sindhujit1 sindhujit1 changed the title Check Status API for DO Takes Forever to Complete Check Status API for DO Takes Forever and Eventually Fails Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Issue needs to be reviewed for validity
Projects
None yet
Development

No branches or pull requests

1 participant