ES /docs

Api::V1::VideosController#create (avg 10104ms, max 10104ms)

Service
cupixworks-api
Occurrences
49
Status
Reported
Confidence
85%
Actionability
44%
Cluster ID
4ce30fa2-f1c2-46c0-af5c-bd0cbb0ddfeb
First Seen
2026-06-25 05:31 UTC
Last Seen
2026-08-04 19:37 UTC
Actions

Api::V1::VideosController#create (avg 10104ms, max 10104ms)

What Happened#

2026-06-25 14:31 KST에 ap-southeast-2 리전의 cupixworks-api에서 POST /api/v1/videos 요청 1건이 10,104 ms 동안 대기한 뒤 500으로 종료되었다. 응답을 끊은 직접 원인은 Faraday::TimeoutError: Operation timed out after 10002 milliseconds with 0 bytes received로, Elasticsearch 클라이언트에 설정된 request.timeout: 10초 한도에 정확히 걸렸다. 동시간대 같은 인스턴스/리전에서 다른 500이 관측되지 않아, 1회성 Elasticsearch slow response/네트워크 이슈로 판단된다.

Quick Facts#

Field Value
exception.class Faraday::TimeoutError
exception.message Operation timed out after 10002 milliseconds with 0 bytes received
top_frame app/models/concerns/searchable.rb:43 (suspected — _index_document)
runtime Ruby on Rails, elasticsearch-transport over Faraday 0.17 + Patron
deploy production-ap-southeast-2-20260625t0505z0-24b9962e-cupixworks
env production, region ap-southeast-2
host ip-10-1-16-114.ap-southeast-2.compute.internal

Affected Teams#

Team / Domain Error Count Impact
naylorlove (team_id 22) 1 단일 사용자(mitch.ottley@naylorlove.co.nz)의 video 업로드 1회 실패. Dart 클라이언트(Dart/3.12 (dart:io))에서 capture_id=78513, 영상 VID_20260625_172428_00_215.insv 생성 시도가 500으로 종료.

Timeline#

  1. 2026-06-25 14:31:40 KST — APM에서 Api::V1::VideosController#create span 시작 (cluster first_seen).
  2. 2026-06-25 14:31:42 KSTrequest_id d9a86d08-a08a-42df-b1a5-1113011a5e17로 요청 처리 시작 (500 응답 timestamp − duration 10087.91ms 역산).
  3. 2026-06-25 14:31:52 KST — Faraday가 10,002 ms에서 timeout 발생, controller가 500 반환. db: 12.9 ms, duration: 10087.91 ms.
  4. 2026-06-25 14:31:55 KST — 동일 endpoint에 다른 요청이 200으로 성공 (3초 뒤). 이후 14:32:05, 14:32:13 등에서도 정상 응답 확인.
  5. 2026-06-25 14:32:00 KST 이후 — 동일 시간대, 동일 인스턴스에서 추가 500 미관측.

Scoring#

Confidence 85% · Actionability 44%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 16 code refs, 8 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 5/5 trivial
Affected files 1/5 20 file(s)
Single repo 1/3 6 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