Skip to content

chore: Improve service creation failure diagnostics with broker logs - #1553

Merged
georgidimdimitrov merged 2 commits into
mainfrom
improve-service-creation-failure-diagnostics
Feb 9, 2026
Merged

chore: Improve service creation failure diagnostics with broker logs#1553
georgidimdimitrov merged 2 commits into
mainfrom
improve-service-creation-failure-diagnostics

Conversation

@georgidimdimitrov

Copy link
Copy Markdown
Member

When service creation fails, the failure message now includes:

  • Service instance status (as before)
  • Recent broker app logs (last 200 lines) which contain the full Terraform error output

This helps diagnose root causes of provisioning failures like 'Error waiting for Create Instance' where the error message from cf service is truncated and doesn't show the actual GCP error.

Checklist:

@georgidimdimitrov georgidimdimitrov changed the title Improve service creation failure diagnostics with broker logs chore: Improve service creation failure diagnostics with broker logs Feb 6, 2026
@georgidimdimitrov
georgidimdimitrov force-pushed the improve-service-creation-failure-diagnostics branch from 8c20f14 to 3dc2ff4 Compare February 6, 2026 08:58
Add retry logic for bind timeouts: the GCP storage bucket binding
can take 50-60s, sometimes exceeding the CF broker request timeout.
Bind operations that fail with timeout are now retried up to 3
times with a new binding name to avoid orphaned resource conflicts.

Add broker logs to service creation failure diagnostics: when
service creation fails, the failure output now includes recent
broker app logs (last 200 lines) which contain the full Terraform
error output, helping diagnose provisioning failures where the
cf service error message is truncated.

ai-assisted=yes
@github-project-automation github-project-automation Bot moved this from Inbox to Pending Merge | Prioritized in Foundational Infrastructure Working Group Feb 9, 2026
@georgidimdimitrov
georgidimdimitrov merged commit a046cd3 into main Feb 9, 2026
8 checks passed
@github-project-automation github-project-automation Bot moved this from Pending Merge | Prioritized to Done in Foundational Infrastructure Working Group Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants