ES /docs

BaseService::handlingMessageErrors | Error and message object - {"error":{"statusCode":400,"requestU

Service
cupixworks-capture-intelligence-agent
Occurrences
30
Status
Reported
Confidence
80%
Actionability
40%
Cluster ID
5e254667-f265-4db8-8604-3c1c12d7c08d
First Seen
2026-08-06 05:06 UTC
Last Seen
2026-08-06 05:51 UTC
Actions

BaseService::handlingMessageErrors | Error and message object - {"error":{"statusCode":400,"requestU

What Happened#

capture-intelligence-agent 가 LLM 분석 결과를 spacetime 에 기록하려고 PUT /api/v1/facilities/{key}/spacetimes/{id} 를 호출하면 tesla 가 Mysql2::Error: Unknown column 'spacetimes.summary_text' in 'field list' 로 실패했다. 2026-08-06 14:06 KST 부터 약 1시간 동안 production 에서만 발생했고, 13 개 facility 의 15 개 spacetime 에 걸쳐 나타났다. tesla 의 production DB 에 spacetimes.summary_text 컬럼이 존재하지 않아 UPDATE 가 거부되면서, 해당 spacetime 의 AI 요약이 저장되지 못하고 summary_stateerror 로 기록되었다.

Quick Facts#

Field Value
exception.class Cupix::Errors::Parameter (ARG10001), 원인 Mysql2::Error
exception.message Mysql2::Error: Unknown column 'spacetimes.summary_text' in 'field list'
top_frame app/repositories/facility_repository.rb:132 (write), :143 (rescue→raise)
deploy tesla production (master), 컬럼 미적용 스키마
env production, us-west-2

Affected Teams#

Team / Domain Error Count Impact
whitingturner (tenant cupix) 29 (tesla 400), 87 (agent 로그) spacetime 단위 AI 요약 저장 실패, summary_state=error 로 마킹

13 개 distinct facility, 15 개 distinct spacetime 에 걸쳐 발생했다. 단일 레코드 재진입이 아니라 스키마 전역 문제다.

Timeline#

  1. 2026-03-09 22:55 KST — 마이그레이션 20260306071939_add_summary_to_spacetimes 가 커밋됨. 파일 버전은 20260306071939 로 backdate 됨 (8621b4849, TSLA-12069).
  2. 2026-03-09 22:55 KST — 같은 날 상위 버전 마이그레이션 20260309000001_add_summary_state_columns 도 커밋됨 (bba57b598).
  3. 2026-07-06 13:31 KST — schema drift 진단 및 수정 커밋 707aac515 (TSLA-13490) 이 브랜치 origin/jarvis/TSLA-13490 에 작성됨. develop/master 에는 미병합.
  4. 2026-08-06 14:06 KST — production 에서 첫 [400] PUT update_spacetime 발생 (first_seen).
  5. 2026-08-06 14:51 KST — cluster last_seen.
  6. 2026-08-06 15:08 KST — 마지막 tesla 400 로그 (06:08:16 UTC). 이후 해당 창에서 관측 종료.

Scoring#

Confidence 80% · Actionability 40%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 13 code refs, 5 log queries
Code path explicitness 3/3 13 file:line refs
Log evidence 2/3 section, query
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 12 file(s)
Single repo 1/3 5 service(s)
Immediate actions 0/3 absent
Testability 0/3 no test info
External dependency 3/3 no external deps
Data migration 0/3 migration needed