ES /docs

WorkspacePermission with id 114366 not found after 6 retries

Service
cupixworks-worker
Occurrences
9
Status
Reported
Confidence
80%
Actionability
52%
Cluster ID
4af36e2d-fd85-45d0-9f8c-f5dea0db74c3
First Seen
2026-04-23 15:25 UTC
Last Seen
2026-07-31 18:47 UTC
Actions

WorkspacePermission with id 114366 not found after 6 retries

What Happened#

2026-05-07 16:42 UTC에 cupixworks-worker 서비스의 SavePartialJsonToFileWorker가 WorkspacePermission id 114366, 114368 레코드를 조회하지 못해 6회 재시도 후 에러를 기록했다. 동일 시간대에 ReviewPermission, FacilityPermission 등 다른 permission 모델에서도 같은 패턴이 관찰되어, bulk permission 삭제 작업 중 race condition이 발생한 것으로 판단된다.

Quick Facts#

Field Value
exception.class SavePartialJsonToFileWorker (custom error log)
exception.message WorkspacePermission with id 114366 not found after 6 retries
top_frame app/workers/save_partial_json_to_file_worker.rb:57
env production, us-west-2
deploy production-us-west-2-20260501T2347Z0-57c6026d-cupixworks

Affected Teams#

Team / Domain Error Count Impact
Data Warehouse / Analytics 2 permission 변경 이벤트가 data warehouse에 반영되지 않음 (데이터 정합성 영향)

Timeline#

  1. 16:42:28.041Z — SavePartialJsonToFileWorker가 WorkspacePermission 114366 조회 시작, 즉시 실패하여 retry 시작
  2. 16:42:28~30Z — 6회 exponential backoff retry 수행 (0.1s, 0.2s, 0.4s, 0.8s, 1.6s, 3.2s)
  3. 16:42:34.046Z — 최종 실패 에러 기록 (id 114366)
  4. 16:42:34~40Z — 동일 패턴으로 id 114368 실패
  5. 16:42:40.050Z — 마지막 에러 기록

Scoring#

Confidence 80% · Actionability 52%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 12 code refs, 3 log queries
Code path explicitness 3/3 12 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 24 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