AnalyzePanoWorker::perform | error on 40003 - The bucket you are attempting to access must be addres
Service
cupixworks-worker
Occurrences
10
Status
Dismissed
Confidence
85%
Actionability
44%
Cluster ID
d9cdcf39-52e8-4e49-9257-66fffefc2734
First Seen
2026-06-23 17:22 UTC
Last Seen
2026-06-23 23:50 UTC
Actions
현재 상태 dismissed 에서는 실행할 액션이 없습니다.
AnalyzePanoWorker::perform | error on 40003 - The bucket you are attempting to access must be addres
What Happened#
2026-06-24 02:22 KST에 production-EU(eu-central-1) 리전의 cupixworks-worker에서 AnalyzePanoWorker가 capture_id=40003 처리 중 S3 PermanentRedirect로 실패했다. 1회 retry 포함 총 2회 실패 후 capture의 분석 상태가 error_analysis_state로 전이되었다. eu-central-1 worker가 다른 리전에 위치한 cupix-compass-service-production-analysis-model-tkgc 버킷을 자기 리전 엔드포인트로 호출했기 때문이다.
Quick Facts#
| Field | Value |
|---|---|
| exception.class | Aws::S3::Errors::PermanentRedirect |
| exception.message | The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint. |
| top_frame | app/services/cupix/compass/scene_understanding/analyze_pano.rb:96 |
| runtime | Ruby on Rails Sidekiq worker (queue analyze_pano, retry: 1) |
| env | production, eu-central-1, tenant cupix |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| cupixworks-worker (production-EU) | 2 | capture_id=40003 의 pano analysis(131 panos) 가 실패하여 error_analysis_state 로 전이. 분석 결과를 사용하는 downstream(compass scene understanding) 미생성. |
Timeline#
- 2026-04-03 16:21 KST — commit
4f325a541(TSLA-12266) 가analyze_model_bucket을 region별 분기로 변경.apse2만 명시 분기를 가지고 나머지는else로-tkgc버킷 사용. - 2026-06-24 02:22:20 KST — eu-central-1 worker가 capture 40003 처리 시작,
AnalyzePano::analyze가-tkgc버킷에 put_object 시도 →Aws::S3::Errors::PermanentRedirect. Sidekiq retry. - 2026-06-24 02:22:36 KST — retry 시작 (
AnalyzePanoWorker JID-98bb827e0d232c81ac103092). - 2026-06-24 02:22:38 KST — retry도 동일 에러로 실패.
retry: 1소진. capture가error_analysis_state로 전이.
Scoring#
Confidence 85% · Actionability 44%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 17 code refs, 4 log queries |
| Code path explicitness | 3/3 | 17 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 | 23 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 | 3/3 | no migration |