ES /docs

ActiveRecord::RecordNotFound: Couldn't find Pano with 'id'=92228359 [WHERE `panos`.`state` != ?]

Service
cupixworks-api
Occurrences
16
Status
Ignored
Confidence
80%
Actionability
52%
Cluster ID
f08783fe-8672-439b-a066-b5e3ce9d80fb
First Seen
2026-07-08 21:30 UTC
Last Seen
2026-07-08 22:07 UTC
Actions
현재 상태 ignored 에서는 실행할 액션이 없습니다.

ActiveRecord::RecordNotFound: Couldn't find Pano with 'id'=92228359 [WHERE panos.state != ?]

What Happened#

cupixworks-api (tesla) 의 bulk annotation 생성 경로가 클라이언트가 보낸 pano_id::Pano.find 를 직접 호출한다. 해당 pano 가 존재하지 않거나 abandoned 상태이면 Statable::Panodefault_scope { where.not(state: :abandoned) } 때문에 조회 결과가 0건이 되어 ActiveRecord::RecordNotFound 가 발생한다. 2026-07-09 오전 (KST) 약 37분 동안 한 번의 버스트로 16건 기록되었다.

Quick Facts#

Field Value
exception.class ActiveRecord::RecordNotFound
exception.message Couldn't find Pano with 'id'=92228359 [WHERE panos.state != ?]
top_frame app/factories/concerns/bulkable_factory/annotation.rb:51
runtime Ruby on Rails (tesla)
env production

Affected Teams#

Team / Domain Error Count Impact
cupixworks-api (tesla) 16 bulk annotation 생성 요청이 404 로 실패. 존재하지 않거나 abandoned 된 pano 를 참조한 클라이언트에 한정

Timeline#

  1. 2026-07-09 06:30 KST — 최초 발생 (first_seen).
  2. 2026-07-09 07:07 KST — 최근 발생 (last_seen). 이후 재발 없음.
  3. 2026-08-04 — RCA 수행. Datadog 14일 retention 창 밖이라 로그 0건.

Scoring#

Confidence 80% · Actionability 52%

Confidence#

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