Api::V1::MeController#show (avg 208755ms, max 208755ms)
Api::V1::MeController#show (avg 208755ms, max 208755ms)
What Happened#
2026-07-23 03:01 KST경 eu-central-1 리전의 cupixworks-api (Elastic Beanstalk, host i-0f89558422bf291ff)에서 GET /api/v1/me 요청 한 건이 208.755초를 소비한 뒤 200 OK 로 응답했다. 트레이스 span 을 분해하면 rack.request 는 208.8s 를 소비했지만 실제 rails.action_controller 액션은 마지막 1.8s 만 실행되었다. 즉 요청은 컨트롤러 액션에 진입하기 전 middleware/authentication 단계에서 약 207 초 동안 stall 되었다. 이 클러스터는 status-board 상 sibling 클러스터 3db35b39 (GET 400 35.6s) 및 3e41f969 (RevisionRequestsController#index 509s avg) 와 동일한 svc-incident 2026-07-22-svc-cupixworks-api--unknown-1 에 묶여 있으며, sibling RCA 는 eu-central-1 Redis(ElastiCache) 및 MySQL(RDS) 데이터 계층의 일시적 성능 저하를 root cause 로 이미 확인했다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::MeController#show |
| route | GET /api/v1/me |
| http.status_code | 200 |
| trace_id | 1201168046855516580 |
| duration | 208,755 ms |
| rails.action_controller duration | 1,805.9 ms (마지막 1.8s 만 실제 액션 실행) |
| pre-controller stall | ≈ 206,949 ms (rack.request start → rails.action_controller start) |
| runtime | Ruby / Rails (rack, operation:rack.request) |
| deploy | production-eu-central-1-20260722t0759z0-848f7c00-cupixworks |
| env | production, region eu-central-1, host i-0f89558422bf291ff |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
cupixworks-api (eu-central-1 /me) |
1 slow request (본 클러스터), svc-incident 총 3 클러스터 | 세션 확인용 /api/v1/me 응답이 208s 지연 → 브라우저 timeout, 로그인 후 초기 페이지 로드 실패 가능 |
tenant:cupix 만 태그되어 있어 다른 테넌트 영향 여부는 미확인. 다른 리전(us-east-1, ap-northeast-2 등)은 sibling RCA 조사에서 정상으로 확인됨.
Timeline#
- 2026-07-23 02:57 KST — sibling cluster
3db35b39발생 (GET 400 35.6s), svc-incident 시작. - 2026-07-23 02:57 KST — sibling cluster
3e41f969발생 (RevisionRequestsController#index 509s avg). - 2026-07-23 03:01:26 KST — 본 클러스터
rack.request시작 (2026-07-22T18:01:26.593Z). - 2026-07-23 03:04:52 KST — Cognito
get_user_by_access_token로그 기록 (요청 접수 후 약 3분 26초 경과). - 2026-07-23 03:04:53 KST —
rails.action_controller스팬 시작 (rack 진입 후 206.9s 만에 컨트롤러 액션 진입). - 2026-07-23 03:04:55 KST —
rails.action_controller종료, rack.request 종료. 응답 200 반환, 총 208.755s. - 2026-07-23 03:01 KST — status-board
2026-07-22-svc-cupixworks-api--unknown-1resolved 처리. 이후/me요청 정상화 (03:06 KST 이후 다수의 200 OK/me응답 확인).
Scoring#
Confidence 75% · Actionability 28%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 2 code refs, 8 log queries |
| Code path explicitness | 2/3 | 2 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 | 1/5 | critical |
| Affected files | 1/5 | 29 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 |