ClientErrorController::value_too_long_400_error | The length of the input value for the 'meta' colum
Service
cupixworks-api
Occurrences
30
Status
Reported
Confidence
85%
Actionability
52%
Cluster ID
e85533c4-0832-4c52-9d7d-ff83023dbecb
First Seen
2026-04-27 00:33 UTC
Last Seen
2026-07-06 22:51 UTC
Actions
ClientErrorController::value_too_long_400_error | The length of the input value for the 'meta' colum
What Happened#
2026-04-27 00:33:56 UTC에 cupixworks-api 서비스의 ap-southeast-2 리전에서 POST /api/v1/form_fields/bulk 엔드포인트로 FormField bulk create 요청 시, meta 컬럼에 111,898 바이트 크기의 데이터를 저장하려 하여 MySQL TEXT 타입의 65,535 바이트 제한을 초과했다. ActiveRecord::ValueTooLong 예외가 발생하여 400 응답이 반환되었다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | ActiveRecord::ValueTooLong |
| exception.message | Mysql2::Error: Data too long for column 'meta' at row 1 |
| top_frame | app/factories/form_field_factory.rb:32 |
| env | production, ap-southeast-2 |
| deploy | production-ap-southeast-2-20260424T0208Z0-a4578cc0-cupixworks |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| endeavourgroup (team_id: 180) | 10건 (7일간) | form field 생성 실패, 사용자가 대용량 meta 데이터를 포함한 form field를 저장할 수 없음 |
Timeline#
- 2026-04-24 06:22:46Z -- 동일 사용자(jonathan.tulloch@cupix.com)가 최초로
POST /api/v1/form_fields단건 create에서 동일 에러 발생 (Cupix::Errors::Parameter로 처리) - 2026-04-26 04:19:34Z ~ 04:42:41Z -- 같은 사용자가 단건 create 시도 6회 연속 실패
- 2026-04-27 00:33:56Z --
POST /api/v1/form_fields/bulkbulk create 시도에서ActiveRecord::ValueTooLong이ClientErrorController까지 전파되어 error 로그 기록됨 (본 클러스터) - 2026-04-27 -- Error Sweeper에 의해 감지 및 RCA 수행
Scoring#
Confidence 85% · Actionability 52%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 11 code refs, 5 log queries |
| Code path explicitness | 3/3 | 11 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 | 17 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 |