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

[task manager] Sync call stuck when rabbit-mq server is not running #129

Closed
NajmudheenCT opened this issue May 22, 2020 · 2 comments
Closed
Assignees
Labels
bug Something isn't working Low Priority Low Priority Label
Milestone

Comments

@NajmudheenCT
Copy link
Member

Issue/Feature Description:
Sync and sync-all requests stuck when we dont have rabbitmq-server is not installed or not running

---- log snippet -----

2020-05-22 17:33:22.214 28040 ERROR oslo.messaging._drivers.impl_rabbit [req-46d5d2ad-c0d4-4b7e-a692-659bf2eb138b - - - - -] Connection failed: [Errno 111] ECONNREFUSED (retrying in 2.0 seconds): ConnectionRefusedError: [Errno 111] ECONNREFUSED
2020-05-22 17:33:24.222 28040 ERROR oslo.messaging._drivers.impl_rabbit [req-46d5d2ad-c0d4-4b7e-a692-659bf2eb138b - - - - -] Connection failed: [Errno 111] ECONNREFUSED (retrying in 4.0 seconds): ConnectionRefusedError: [Errno 111] ECONNREFUSED
2020-05-22 17:33:24.982 28040 ERROR oslo.messaging._drivers.impl_rabbit [-] Connection failed: [Errno 111] ECONNREFUSED (retrying in 6.0 seconds): ConnectionRefusedError: [Errno 111] ECONNREFUSED

Why this issue to fixed / feature is needed(give scenarios or use cases):
User should get a failure response when rabbitmq-server is not connectable.
How to reproduce, in case of a bug:
stop rabbitmq-server and run /v1/storages//sync
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)

@kumarashit kumarashit transferred this issue from sodafoundation/api May 26, 2020
@kumarashit kumarashit added this to Open Tasks in SIM-Q2-2020_Common via automation May 26, 2020
@kumarashit kumarashit added this to the Jun2020 milestone May 26, 2020
@kumarashit kumarashit added the bug Something isn't working label May 26, 2020
@NajmudheenCT NajmudheenCT added the Low Priority Low Priority Label label Jun 17, 2020
@NajmudheenCT
Copy link
Member Author

install script is palnning a pre-check for this.. lowering priority for June

@NajmudheenCT
Copy link
Member Author

Install script addresses the precheck , closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Low Priority Low Priority Label
Projects
No open projects
SIM-Q2-2020_Common
  
Open Tasks
Development

No branches or pull requests

3 participants