ES /docs

BaseService::handlingMessageErrors | Error and message object - {"error":{"message":"Request failed

Service
cupixworks-capture-postprocessor-agent
Occurrences
19
Status
Reported
Confidence
85%
Actionability
36%
Cluster ID
ebd3578b-b22a-45ac-a6d3-fcddb1183a75
First Seen
2026-07-13 18:53 UTC
Last Seen
2026-08-05 00:31 UTC
Actions

BaseService::handlingMessageErrors | Error and message object - {"error":{"message":"Request failed

What Happened#

2026-07-14 03:53 KST 무렵 cupixworks-capture-postprocessor-agent 가 capture 692809 의 원본 프레임(/tmp/workspace/733798/videos/692809/original/692809_00226.jpg, 2712000 bytes) 을 me-central-1 리전 S3 presigned URL 로 PUT 하다가 AxiosError: Request failed with status code 400 을 받아 BaseService::handlingMessageErrors 가 전체 에러 페이로드를 로깅했다. axios 응답 인터셉터 상 __retryCount: 1 로 이미 한 차례 재시도가 발생한 상태였고, SQS 메시지는 ApproximateReceiveCount: 4 로 세 차례 재수신된 상태였다. 이 400 은 이후 03:57 wave (sibling cluster a4ab870e-e70d-4b40-9d76-f24cf3f9952d, 222건) 로 확대되기 직전의 첫 실패 시그널이다.

Quick Facts#

Field Value
exception.class AxiosError
exception.message Request failed with status code 400
exception.code ERR_BAD_REQUEST
top_frame packages/base/src/util/transfer.ts:57-64 (uploadFile) — 번들 상 dist/app.cjs:5730 uploadFile, BaseTransferManager2.doUploadFile
runtime Node.js, axios@1.16.1
env production, agent 호스트 us-west-2, target bucket cupixworks-source-b169da1a0187-mece1 (me-central-1)
sqs receive count ApproximateReceiveCount: 4 (동일 SQS message 4회 수신)
axios internal retry config.__retryCount: 1 (인터셉터가 1회 재시도)

Affected Teams#

Team / Domain Error Count Impact
gad (postprocessor-agent) 1 (handlingMessageErrors) + 6 me-central-1 400 (failTask, 03:53:31–03:53:56 KST) capture 692809 postprocess 첫 wave 실패 — 이후 sibling cluster a4ab870e 222건으로 확대
gpinet (capture 692809) 222 (sibling) 단일 capture 의 신규 pano 업로드 태스크 전체가 재시도 없이 실패, postprocessor job 중단

Timeline#

  1. 2026-07-14 03:52:32 KST — tesla-api 로부터 me-central-1 S3 presigned PUT URL 발급 (X-Amz-Date=20260713T185232Z, X-Amz-Expires=7200).
  2. 2026-07-14 03:53:31 KST — 692809_00226.jpg (2712000 bytes) PUT 재시도(__retryCount: 1) 도중 S3 me-central-1 이 400 Bad Request 응답. BaseService::handlingMessageErrors 로그 발생 (first_seen).
  3. 2026-07-14 03:53:33–03:53:56 KST — 동일 workspace/capture 원본 프레임 5건이 추가로 code: ERR_BAD_REQUEST, message: Request failed with status code 400failTask 종결.
  4. 2026-07-14 03:57:03–03:57:26 KST — SQS 메시지 재수신 후 UploadNewPanosTask.init() 단계에서 tesla-v1 SDK HttpError('HTTP request failed') 폭발 → 222건 failTask (sibling cluster a4ab870e-e70d-4b40-9d76-f24cf3f9952d).
  5. 2026-07-14 03:57:26 KST — 마지막 실패, 이후 다른 workspace 정상 처리.

Scoring#

Confidence 85% · Actionability 36%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 17 code refs, 6 log queries
Code path explicitness 3/3 17 file:line refs
Log evidence 3/3 section, query, pattern
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 1/5 critical
Affected files 1/5 26 file(s)
Single repo 1/3 9 service(s)
Immediate actions 0/3 absent
Testability 2/3 test mentioned
External dependency 1/3 external deps found
Data migration 3/3 no migration