Cupix::Errors::Argument: Result window is too large, from + size must be less than or equal to: [10000] but was [10200].
Service
cupixworks-api
Occurrences
126
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
b213c6d9-fe8e-4f6f-bd02-c3f21eff6d82
First Seen
2025-02-03 04:06 UTC
Last Seen
2026-08-02 01:11 UTC
Actions
Cupix::Errors::Argument: Result window is too large, from + size must be less than or equal to: [10000] but was [10200].
What Happened#
cupixworks-api(tesla)의 GET /api/v1/admin/editings 목록 조회에서, 클라이언트가 Elasticsearch 의 index.max_result_window(기본 10,000) 를 넘어서는 깊은 페이지를 요청했다. ES 가 from + size = 10200 > 10000 이라며 BadRequest 를 던지고, tesla 는 이를 Cupix::Errors::Argument(ARG13000) 로 감싼 뒤 HTTP 500 으로 응답했다. 클라이언트 페이지네이션 입력 문제가 서버 500 으로 잘못 매핑된 케이스다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | Cupix::Errors::Argument |
| exception.message | Result window is too large, from + size must be less than or equal to: [10000] but was [10200]. |
| error.code | ARG13000 |
| top_frame | app/repositories/base_repository.rb:87 |
| entry point | app/controllers/api/v1/admin/editings_controller.rb:12 (Api::V1::Admin::EditingsController#index) |
| http.status | 500 |
| env | production, cupixworks-api |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| admin (editing 목록 조회 UI) | 14일 내 9건 | 깊은 페이지 요청 시 목록 조회 500. 첫 페이지 이후 계속 페이징하는 관리자에게만 발생 |
Timeline#
- 2025-02-03 13:06 KST — 최초 발생 (
first_seen). - 2026-08-02 09:18-09:20 KST — 동일 엔드포인트에서 4건 연속 발생 (같은 사용자가 반복 페이징한 것으로 추정되는 버스트).
- 2026-08-02 19:11 KST — 가장 최근 발생 (
last_seen).
Scoring#
Confidence 85% · Actionability 28%
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 | 12 file(s) |
| Single repo | 1/3 | 2 service(s) |
| Immediate actions | 0/3 | absent |
| Testability | 0/3 | no test info |
| External dependency | 1/3 | external deps found |
| Data migration | 3/3 | no migration |