Bulk operation failed
Service
cupixworks-migration-worker
Occurrences
11,771
Status
Reported
Confidence
85%
Actionability
40%
Cluster ID
3e2c25d6-172e-4eaa-9038-401a152f79cb
First Seen
2026-06-14 23:06 UTC
Last Seen
2026-07-30 03:18 UTC
Actions
Bulk operation failed
What Happened#
Migration import worker(ImportWorker / MigrationImportOperation)가 QA 환경에서 마이그레이션 처리 중 Searchable.bulk_operation을 빈 ids 배열로 호출하여 Cupix::Errors::Argument "ids is required" 예외가 발생했다. 예외는 bulk_operation의 rescue 블록이 삼키지만, 매 호출마다 error 레벨 로그가 남아 15분 동안 119건이 쌓였다. Migration 자체는 성공(Database import success: migration id(1685)) — Elasticsearch reindex 단계에서 no-op을 error 로그로 기록한 것이 원인.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | Cupix::Errors::Argument |
| exception.message | ids is required |
| top_frame | app/models/concerns/searchable.rb:195 (raise site) |
| caller | app/operations/migration_import_operation.rb:1063 (bulk_search) |
| runtime | Rails / Sidekiq (cupixworks-migration-worker role) |
| deploy | qa-us-west-2-20260630T0625Z0-5720d493-cupixworks |
| env | qa, us-west-2 |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
Migration Import (ImportWorker) |
119 | 사용자 영향 없음 — migration id(1685)는 성공했고 예외는 내부에서 rescue됨. 로그 노이즈만 발생. |
Timeline#
- 2026-07-01 15:42 KST — 첫 "Bulk operation failed" 로그 (first_seen)
- 2026-07-01 15:56 KST — 동일
request_id: f5d78def3566ffc6501ef79a로 EditingEntity/Pointcloud/Capture 반복 발생 (ids_count: 0) - 2026-07-01 15:57 KST —
Database import success: migration id(1685)— migration 자체는 성공 종료 - 2026-07-01 15:55 KST — 마지막 error 로그 (last_seen)
Scoring#
Confidence 85% · Actionability 40%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 17 code refs, 4 log queries |
| Code path explicitness | 3/3 | 17 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 | 16 file(s) |
| Single repo | 1/3 | 4 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 2/3 | test mentioned |
| External dependency | 1/3 | external deps found |
| Data migration | 0/3 | migration needed |