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

cf html5-list fails if there is a broken app-runtime service instance in space #24

Closed
micellius opened this issue Dec 15, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@micellius
Copy link
Member

Description

cf html5-list tries to reuse existing service instance of app-runtime and create a service key for it. The problem is that if service instance last operation state is "delete failed", service instance can't be reused and any attempt to create service instance for it will fail.

cf html5-list should first check status of last operation on app-runtime service instance before considering it to be reused. If all existing service instances are not suitable for reuse, new service instance should be temporary created.

Environment

  • OS (macOS/Windows) - macOS
  • SAP CF Landscape (e.g. Canary) - Canary
  • IaaS provider (e.g. AWS) - AWS
  • Region (e.g. eu10) - eu10
@micellius micellius self-assigned this Dec 15, 2019
@micellius micellius added the bug Something isn't working label Dec 15, 2019
@micellius micellius added this to the v1.4.0 - Beryllium milestone Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant