ES /docs

RealityCaptureManager::updateVoxelState | end - undefined reality capture id or type

Service
cupixworks-any-voxel-agent
Occurrences
9
Status
Reported
Confidence
85%
Actionability
52%
Cluster ID
056e82ba-3f04-4081-9bba-138b32d2ec0b
First Seen
2026-04-23 08:10 UTC
Last Seen
2026-07-13 09:13 UTC
Actions

RealityCaptureManager::updateVoxelState | end - undefined reality capture id or type

What Happened#

2026-04-23 08:10:00 UTC에 cupixworks-any-voxel-agent 서비스에서 capture 685954에 대한 voxel 처리 중 Tesla API(api-tesla.cupix.internal)로부터 504 Gateway Timeout이 발생했다. loadRealityCapture가 실패하면서 내부 상태(_realityCaptureId, _realityCaptureType)가 설정되지 않았고, catch 블록에서 에러 상태를 기록하려는 updateVoxelState(Error) 호출이 undefined 필드 검증에 걸려 2차 에러가 발생했다.

Quick Facts#

Field Value
exception.message undefined reality capture id or type
top_frame reality_capture.manager.ts:84
env production, us-west-2

Affected Teams#

Team / Domain Error Count Impact
qatest3 1 capture 685954 voxel 처리 실패, voxel_state가 error로 전이되지 않아 상태 불일치 가능

Timeline#

  1. 08:08:32Z -- Voxel agent 인스턴스 초기화 (ip-10-1-96-18)
  2. 08:09:00Z -- CupixAuth 세션 인증 완료
  3. 08:10:00.542Z -- Tesla API GET /api/v1/captures/685954 504 Gateway Timeout 반환
  4. 08:10:00.543Z -- loadRealityCapture 실패, _realityCaptureId/_realityCaptureType 미설정
  5. 08:10:00.544Z -- VoxelService::run catch 블록 진입
  6. 08:10:00.549Z -- updateVoxelState(Error) 호출 시 undefined 필드 검증 실패 (본 에러)
  7. 08:10:00.554Z -- SQS 메시지 삭제됨 (에러에도 불구하고)

Scoring#

Confidence 85% · Actionability 52%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 13 code refs, 4 log queries
Code path explicitness 3/3 13 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 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 3/3 no external deps
Data migration 3/3 no migration