error on sitetrack_id: 21354 - undefined method `untrashed?' for nil
Service
cupixworks-worker
Occurrences
2
Status
Abandoned
Confidence
85%
Actionability
52%
Cluster ID
725fbb66-a1d4-4df0-a4a0-19508633ecf4
First Seen
2026-07-15 16:29 UTC
Last Seen
2026-07-16 13:20 UTC
Actions
현재 상태 abandoned 에서는 실행할 액션이 없습니다.
error on sitetrack_id: 21354 - undefined method `untrashed?' for nil
What Happened#
2026-07-16 01:29 KST에 production us-west-2 리전 cupixworks-worker 에서 CreateSitetrackEditingEntitiesWorker 가 sitetrack_id 21354 를 처리하다가 NoMethodError: undefined method 'untrashed?' for nil 로 실패했다. 해당 sitetrack 의 editing entity 자동 배정(assign) 로직에서 참조 무결성이 깨진 editing_id 를 만나 nil 에 .untrashed? 를 호출했다. 이번 창(window)에서 확인된 발생 횟수는 1회이며 동일 sitetrack 에 대해 30분 간격으로 두 번 실행된 흔적이 남아 있다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | NoMethodError |
| exception.message | undefined method 'untrashed?' for nil |
| top_frame | app/models/concerns/finalization/editing_entity.rb:39 |
| runtime | Ruby on Rails / Sidekiq worker |
| deploy | production-us-west-2-20260715T0858Z0-f2b18e95-cupixworks |
| env | production, us-west-2 |
| tenant | cupix |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| cupixworks-worker / Sitetrack Editing pipeline | 1 | 단일 sitetrack (21354) 의 editing entity 생성 job 이 예외로 중단됨. retry: 1 설정으로 인해 자동 재시도가 1회 발생. 해당 sitetrack 의 후속 파이프라인(EditingSplitWorker 등)이 트리거되지 않음. |
Timeline#
- 2026-07-16 00:55:40 KST —
CreateSitetrackEditingEntitiesWorker첫 실행 시작 (start creating editing entities on sitetrack_id: 21354). - 2026-07-16 01:00:40 KST — 두 번째 실행 시작 (Sidekiq
retry: 1또는 재큐잉으로 추정, 5분 뒤). - 2026-07-16 01:29:36 KST — 두 번째 실행에서
NoMethodError발생, 워커의rescue StandardError블록이 에러 로그를 기록하고 종료. - 2026-07-16 (이후) — 동일 sitetrack 에 대한 후속 로그 없음 (14일 검색창 내 확인).
Scoring#
Confidence 85% · Actionability 52%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 14 code refs, 4 log queries |
| Code path explicitness | 3/3 | 14 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 | 10 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 |