ES /docs

Failed to create event: Mysql2::Error: Data too long for column 'sys' at row 1

Service
cupixworks-api
Occurrences
2
Status
Abandoned
Confidence
95%
Actionability
24%
Cluster ID
bbecd679-f286-4ce8-a39b-866c4fb6ad83
First Seen
2026-06-23 13:19 UTC
Last Seen
2026-06-23 13:19 UTC
Actions
현재 상태 abandoned 에서는 실행할 액션이 없습니다.

Failed to create event: Mysql2::Error: Data too long for column 'sys' at row 1

What Happened#

PUT /api/v1/facilities/t7v38v/share 요청이 권한 적용까지는 성공한 뒤, share event를 기록하기 위해 Event 레코드를 저장하는 단계에서 events.sys 컬럼에 들어갈 직렬화된 JSON이 TEXT 한계를 초과해 ActiveRecord::ValueTooLong으로 거절되었다. 클라이언트에는 400이 응답되었고, share event 생성과 이후 알림 워커 트리거가 누락되었다.

Quick Facts#

Field Value
exception.class ActiveRecord::ValueTooLong (root: Mysql2::Error)
exception.message Mysql2::Error: Data too long for column 'sys' at row 1
top_frame app/models/concerns/eventable/events/base.rb:20 (rescue/log site)
failure_origin app/factories/event_factory.rb:102 (self.model.save)
endpoint PUT /api/v1/facilities/:key/share (Api::V1::FacilitiesController#share)
env production, region us-west-2, tenant cupix

Affected Teams#

Team / Domain Error Count Impact
facility sharing (cupixworks-api) 2 한 facility(t7v38v)의 share 요청이 400으로 실패하고 share event/알림이 누락

Timeline#

  1. 2026-06-23 22:19 KSTPUT /api/v1/facilities/t7v38v/share 첫 시도, Mysql2::Error: Data too long for column 'sys' at row 1로 400 응답
  2. 2026-06-23 22:19 KST — 약 1초 뒤 동일 facility에 대한 재시도도 같은 오류로 실패
  3. 이후 동일 fingerprint 추가 발생 없음 (occurrence_count: 2, last_seen == first_seen + 0.9 s)

Scoring#

Confidence 95% · Actionability 24%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 25 code refs, 4 log queries
Code path explicitness 3/3 25 file:line refs
Log evidence 3/3 section, query, pattern
RCA structure 3/3 3/3 sections
Revision history 2/3 2 revision(s)
Agent execution 3/3 success

Actionability#

Dimension Score Detail
Fix complexity 1/5 critical
Affected files 1/5 36 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