AWS SQS TLS handshake failure — transient network degradation
Service
cupixworks-capture-postprocessor-agent
Occurrences
4
Status
Reported
Confidence
80%
Actionability
44%
Cluster ID
8e969131-f007-47c1-9306-2d519d91e6a0
First Seen
2026-07-18 09:15 UTC
Last Seen
2026-07-23 13:38 UTC
Actions
AWS SQS TLS handshake failure — transient network degradation
What Happened#
2026-07-18 18:15:59 KST 에 cupixworks-capture-postprocessor-agent 가 ap-southeast-2 리전 SQS 큐로 DeleteMessage 호출을 시도하다 AWS SDK 의 재시도 예산을 소진한 뒤 socket hang up 으로 최종 실패했다. 동일 시간대에 ap-southeast-2 SQS 엔드포인트 IP 로 향하는 ECONNRESET 이 반복적으로 관측되었고, 다음 메시지 사이클(약 13초 뒤)부터는 정상 회복되어 단발성 리전 네트워크 flap 로 판단된다. 영향은 SQS 메시지 1건 삭제 실패로, ApproximateReceiveCount 재수신을 통해 재시도되거나 MaxReceiveCount 도달 시 DLQ 로 이동한다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | socket hang up (Node.js http agent — AWS SDK v2 wrapped) |
| exception.message | `AwsQueueManager::deleteMessage |
| top_frame | packages/base/src/manager/aws-queue.manager.ts:99 |
| runtime | Node.js / aws-sdk v2 (AWS.SQS, apiVersion 2012-11-05) |
| env | production, ap-southeast-2 |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| scs-assetfuture / cupixworks-capture-postprocessor-agent | 1 | SQS delete 실패 1건. 메시지가 visibility timeout 후 재수신되어 postprocessing 이 중복 실행될 위험 (idempotency 로 완화) |
Timeline#
- 2026-07-18 18:14:33 KST — warn
connect ECONNRESET 3.27.177.65:443(ap-southeast-2 SQS 엔드포인트) 및BaseService::agentScaleOut | undefined queueAttributes(SQSgetQueueAttributes실패) - 2026-07-18 18:14:45 KST — warn
connect ECONNRESET 3.27.179.174:443(다른 SQS 엔드포인트 IP) - 2026-07-18 18:14:47 KST — warn
undefined queueAttributes재발 - 2026-07-18 18:15:24 KST — warn
socket hang up+undefined queueAttributes(SDK 내부 재시도 로그 누출) - 2026-07-18 18:15:59 KST — error
AwsQueueManager::deleteMessage | end - socket hang up(SDK 재시도 5회 소진 후 최종 실패, 콜백 rejection) - 2026-07-18 18:16:12 KST — info
AwsQueueManager::deleteMessage | begin/end정상 성공 (ap-southeast-2, message id7b1516a6-...) → 네트워크 이슈 자체 회복 - 2026-07-18 18:19:19 KST — error
BaseService::handlingMessageErrors | ... "error":"undefined response"(관련 후속 처리, 별도 메시지 5aa3710d-...)
Scoring#
Confidence 80% · Actionability 44%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 19 code refs, 6 log queries |
| Code path explicitness | 3/3 | 19 file:line refs |
| Log evidence | 2/3 | section, query |
| RCA structure | 3/3 | 3/3 sections |
| Revision history | 0/3 | 0 revision(s) |
| Agent execution | 3/3 | success |
Actionability#
| Dimension | Score | Detail |
|---|---|---|
| Fix complexity | 5/5 | trivial |
| Affected files | 1/5 | 12 file(s) |
| Single repo | 1/3 | 6 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 0/3 | no test info |
| External dependency | 1/3 | external deps found |
| Data migration | 3/3 | no migration |