ES /docs

Editing split failed: Couldn't find Editing with 'id'=1204740

Service
cupixworks-worker
Occurrences
155
Status
Reported
Confidence
85%
Actionability
36%
Cluster ID
dd07c69d-fc75-4867-8056-699aa96d3533
First Seen
2026-07-02 06:31 UTC
Last Seen
2026-07-09 02:44 UTC
Actions

Editing split failed: Couldn't find Editing with 'id'=1204740

What Happened#

cupixworks-workerEditingSplitWorker가 방금 생성된 신규 Editing 레코드를 조회하지 못하고 ActiveRecord::RecordNotFound로 실패했다. 2026-07-02 하루 동안 최소 20건 이상 동일 패턴(각기 다른 editing_id)이 반복되며 SQA(siteinsights) editing 자동 분할 파이프라인이 부분적으로 중단됐다. 표본으로 잡힌 id=1204740 케이스에서는 동일 시각(15:31:50 KST)에 여러 후속 워커(LogEditingStateWorker, SavePartialJsonToFileWorker) 도 같은 id를 찾지 못하고 실패했다.

Quick Facts#

Field Value
exception.class ActiveRecord::RecordNotFound
exception.message Couldn't find Editing with 'id'=1204740
top_frame app/services/cupix/editing_split_service.rb:13
env production / us-west-2

Affected Teams#

Team / Domain Error Count Impact
cupixworks-worker (SQA / siteinsights) 6 (이 클러스터) / 24h 내 20+건 유사 siteinsights Editing 자동 split이 실패해 Sidekiq retry 큐에 쌓이고, SavePartialJsonToFileWorker의 DWH JSON export가 6회 재시도 후 포기되어 데이터 파이프라인 지연 위험

Timeline#

  1. 2026-07-02 15:31:50 KSTEditingEntity#create_editing_with_geo_bucketEditing 1204740 생성 (set geo_bucket_key on editing 1204740).
  2. 2026-07-02 15:31:50 KST — 동일 초에 LogEditingStateWorker.performediting not found: 1204740 로그. EditingSplitWorker.performEditing split failed: Couldn't find Editing with 'id'=1204740로 raise (occurrence 1).
  3. 2026-07-02 15:31:50 KSTSavePartialJsonToFileWorker가 Retry 1 시작, 이후 exponential backoff (0.1s → 3.2s) 로 총 6회 재시도.
  4. 2026-07-02 15:31:56 KSTSavePartialJsonToFileWorkerEditing with id 1204740 not found after 6 retries로 최종 실패.
  5. 2026-07-02 16:47:01 KST — 같은 fingerprint의 마지막 발생 (id=1205007, cluster last_seen).

Scoring#

Confidence 85% · Actionability 36%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 16 code refs, 5 log queries
Code path explicitness 3/3 16 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 1/5 critical
Affected files 1/5 23 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