ES /docs

Cupix::Errors::System: Mysql2::Error: Unknown column 'summary_text' in 'field list'

Service
cupixworks-api
Occurrences
15
Status
Reported
Confidence
85%
Actionability
32%
Cluster ID
adc702ba-a8f6-4cd9-9c7e-09ce52138f53
First Seen
2026-08-06 05:16 UTC
Last Seen
2026-08-07 02:39 UTC
Actions

Cupix::Errors::System: Mysql2::Error: Unknown column 'summary_text' in 'field list'

What Happened#

2026-08-06 (us-west-2) 와 2026-08-07 (APAC) 두 차례 production 배포 cutover 시간창에서 POST /api/v1/captures (capture 생성) 요청이 HTTP 500 으로 실패했다. capture 생성 시 SpacetimeEntitybefore_save :set_spacetime 콜백이 Spacetime.find_or_create_by!spacetimes 를 조회하는데, 방금 드랍된 summary_text 컬럼을 여전히 SELECT 목록에 포함한 구 인스턴스에서 Unknown column 'summary_text' in 'field list' 가 발생했다. 총 15건, 전부 production.

Quick Facts#

Field Value
exception.class Cupix::Errors::System
exception.message Mysql2::Error: Unknown column 'summary_text' in 'field list'
error.code SYS50000
top_frame app/factories/base_factory.rb:140 (rescue → re-raise)
origin app/models/concerns/spacetime_entity.rb:15 (set_spacetime)
runtime Rails 7.2 / mysql2
deploy 20260806194600_remove_summary_text_from_spacetimes (commit 618a61cd1)
env production (us-west-2, ap-northeast-1, ap-southeast-1, ap-southeast-2)

Affected Teams#

Team / Domain Error Count Impact
kinden-kyoto (ap-northeast-1) 5 capture 생성 요청 500 (배포 cutover 창 한정)
naylorlove, leighsconstruction (ap-southeast-2) 6 capture 생성 요청 500
structon (ap-southeast-1) 1 capture 생성 요청 500
demokr (us-west-2) 3 capture 생성 요청 500

Timeline#

  1. 2026-08-06 14:16 KST — us-west-2 배포 cutover, 첫 발생 (host ip-10-1-16-191.us-west-2, ip-10-1-147-149.us-west-2), 14:20 KST 까지 3건 후 소멸.
  2. 2026-08-07 04:47 KST — contract migration 20260806194600 commit (618a61cd1, 2026-08-06 19:47:58 +0900) 이 배포 파이프라인에 반영.
  3. 2026-08-07 11:11 KST — APAC 리전(ap-southeast-1/2, ap-northeast-1) 배포 cutover, 재발 시작.
  4. 2026-08-07 11:39 KST — 마지막 발생 (last_seen). 이후 구 인스턴스 drain 완료로 자가 해소.
  5. 2026-08-07 (RCA 시점)now-2h 재검색 0건, 소멸 확인.

Scoring#

Confidence 85% · Actionability 32%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 14 code refs, 3 log queries
Code path explicitness 3/3 14 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 1/3 external deps found
Data migration 0/3 migration needed