ES /docs

failed to calculate voxels for Capture ID: 745783, error: error state model cannot calculate voxel

Fix Plan: failed to calculate voxels for Capture ID: 745783 (duplicate)

Status#

Skipped — duplicate of TSLA-13616.

RCA에서 지목한 fix (voxel 콜백에 error_code 조기 반환 추가) 은 이미 origin/develop 에 병합되었다. 새 plan 을 실행하지 않는다.

Existing Fix#

  • Issue: TSLA-13616
  • PR: 88892 — merged 2026-07-14
  • Commit: 430b5e5f3f4fe96397233a4976daad3c03a791be on origin/develop
  • Diff summary (app/models/concerns/voxel_module.rb):
    • check_calculate_voxels! (line 40): return false if self.error_code.present? 추가 → 서비스 진입 전 error state 모델을 skip
    • recalculate_voxels 배치 루프 (line 87, 94): next if capture.error_code.present? / next if pointcloud.error_code.present? 추가

Why No New Fix#

  • develop 에 동일 파일에 대한 fix 가 이미 존재. 추가 PR 을 만들면 conflict 또는 중복 변경만 발생.
  • production 재발 (2026-08-01) 은 아직 fix 가 master (production 브랜치) 로 릴리스되지 않아서. release cadence 문제이지 코드 문제가 아니다.
  • 이 클러스터의 fingerprint 는 다음 production 릴리스가 master 로 넘어가는 시점에 자연스럽게 소멸된다.

Follow-up#

  • Release 파이프라인 담당자가 430b5e5f3 (또는 이후 develop) 을 master 로 배포할 때까지 이 fingerprint 는 계속 관찰된다.
  • 배포 이후 동일 fingerprint 가 계속 나타나면 재조사 필요.