ES /docs

PanoPostprocessorService::run | end - {"stack":"Error: not found panos

Service
cupixworks-pano-postprocessor-instance
Occurrences
1,867
Status
Reported
Confidence
80%
Actionability
44%
Cluster ID
06d66258-6d6f-4cc1-b96d-499cfa84323e
First Seen
2026-04-17 17:23 UTC
Last Seen
2026-07-14 04:57 UTC
Actions

PanoPostprocessorService::run | end - {"stack":"Error: not found panos

RCA Summary#

동일한 capture(ID: 682964)에 대해 pano postprocessor job이 두 번 연속 실행되었다. 1차 실행(17:18:37Z)이 정상 완료되어 모든 pano의 state를 done으로 변경한 후, 2차 실행(17:23:29Z)이 3개 인스턴스로 시작되었다. getCPPanosByCaptureId는 API에서 받은 pano 목록을 state !== 'done'으로 필터링하는데, 1차 실행이 이미 모든 pano를 done 상태로 처리했으므로 필터 결과가 빈 배열이 되어 not found panos 에러가 발생했다. 근본 원인은 동일 capture에 대한 중복 job 발행(SQS 메시지 중복 또는 재시도)이며, postprocessor 서비스가 이미 처리 완료된 capture에 대한 재실행을 정상적으로 처리하지 못하는 것이다.

Scoring#

Confidence 80% · Actionability 44%

Confidence#

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