ES /docs

[CupixAerialMap] preprocess fail {"result":{"code":"ENT4000","type":"Cupix::Errors::NotFound","reaso

Service
aerial-map-service
Occurrences
1
Status
Reported
Confidence
80%
Actionability
44%
Cluster ID
943116b3-bab4-4ae3-beee-0108f985e38e
First Seen
2026-07-16 22:47 UTC
Last Seen
2026-07-16 22:47 UTC
Actions

[CupixAerialMap] preprocess fail {"result":{"code":"ENT4000","type":"Cupix::Errors::NotFound","reaso

What Happened#

2026-07-17 07:47:24 KST 에 aerial-map-service 의 preprocess Fargate 태스크가 실행 중 Cupix::Errors::NotFound (ENT4000, "AerialMap not found") 응답을 받아 실패했다. 사용자가 POST /api/v1/aerial_maps/46/invoke 로 처리를 시작한 뒤 preprocess 컨테이너가 실제로 tesla API 를 호출하기 전에 같은 aerial map 을 PUT /api/v1/aerial_maps/46/trash 로 휴지통으로 옮겼다. 이 클러스터는 preprocess 내부 catch (preprocess/index.ts:148) 가 남긴 로그 라인이며, 같은 잡의 outer catch (:175) 는 sibling 클러스터 7b2a836a 에 해당한다.

Quick Facts#

Field Value
exception.class Cupix::Errors::NotFound (tesla 응답) / rethrown Error (aerial-map-service)
exception.message {"result":{"code":"ENT4000","type":"Cupix::Errors::NotFound","reason":"AerialMap not found","message":"AerialMap not found"}}
top_frame applications/aerial-map-service/src/code/src/preprocess/index.ts:148
runtime Node.js on ECS Fargate (preprocess container)
env production, ap-southeast-2 (tenant: cupix)
affected aerial_map_id 46 (sibling cluster 7b2a836a 의 tesla 로그에서 확인)

Affected Teams#

Team / Domain Error Count Impact
aerial-map-service (production, ap-southeast-2) 1건 (sibling cluster 포함 시 동일 잡에서 2건) 단일 AerialMap 처리 잡 1건 실패. 사용자가 이미 trash 로 옮긴 상태라 최종 상태는 사용자 의도와 일치. Pix4D 프로젝트 생성 전에 실패해 외부 비용 소모 없음.

Timeline#

  1. 2026-07-17 07:46:31 KSTPOST /api/v1/aerial_maps/46/invoke (200), Step Function / Fargate preprocess 태스크 시작
  2. 2026-07-17 07:47:19 KSTPUT /api/v1/aerial_maps/46/trash (204) — 사용자가 처리 진행 중인 aerial map 을 휴지통으로 이동
  3. 2026-07-17 07:47:23 KST — preprocess Fargate 컨테이너 부팅 완료, preprocess fargate memory limit, method, outputs, resolution 로그 출력
  4. 2026-07-17 07:47:24 KST — inner catch (preprocess/index.ts:148) 가 [CupixAerialMap] preprocess fail {...ENT4000...} 로그 출력 → 본 클러스터 943116b3 생성
  5. 2026-07-17 07:47:24 KST — outer catch (preprocess/index.ts:175) 가 preprocess fail - error:({}) / message:(...) 로그 출력 → sibling 클러스터 7b2a836a 생성
  6. 2026-07-17 07:47:24 KSTprocess.exit(1) 로 preprocess 태스크 종료

Scoring#

Confidence 80% · Actionability 44%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 23 code refs, 3 log queries
Code path explicitness 3/3 23 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 14 file(s)
Single repo 1/3 3 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