dbi 604 handle replication slot creation getting stuck#4439
Conversation
masterashu
commented
Jun 17, 2026
- Handle status terminating during resync-drop-flow.
- Add user facing logs for waiting replication slot creation warning.
- Streaming replication protocol doesn't support timeouts, so best we can do is user warning
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
1 similar comment
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
🔄 Flaky Test DetectedAnalysis: The actual e2e tests passed; failures are isolated to the "Ingest tests results for analysis" CI infrastructure step, where the analytics ClickHouse endpoint returned HTTP 500 "Timeout error" — a network/infra issue, not a code bug. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: The actual test step passed; only the "Ingest tests results for analysis" telemetry step failed because the stresshouse ClickHouse metrics instance rejected the upload with a "Too many simultaneous queries (1007/1000)" rate-limit error after exhausting retries — an infrastructure issue, not a code bug. ✅ Automatically retrying the workflow |
🔄 Flaky Test DetectedAnalysis: The actual tests passed; the only failure is the CI "Ingest tests results for analysis" step hitting repeated HTTP 500 "Timeout error" responses from the external analytics-upload endpoint, an infrastructure/network issue unrelated to the test code. ✅ Automatically retrying the workflow |