From 786c427ceaedbffc7dfb509d22bc93a5fb9d29ed Mon Sep 17 00:00:00 2001 From: happybell80 Date: Fri, 16 Jan 2026 21:50:25 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20opensearch=5F9600=20=EC=A0=9C=EA=B1=B0?= =?UTF-8?q?=20=EB=82=B4=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../260116_admin_dashboard_서버간_헬스체크_개선.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/journey/troubleshooting/260116_admin_dashboard_서버간_헬스체크_개선.md b/journey/troubleshooting/260116_admin_dashboard_서버간_헬스체크_개선.md index c528bd1..80949c1 100644 --- a/journey/troubleshooting/260116_admin_dashboard_서버간_헬스체크_개선.md +++ b/journey/troubleshooting/260116_admin_dashboard_서버간_헬스체크_개선.md @@ -23,9 +23,13 @@ ### 2. 서버 간 접근 URL 폴백 - `system_service.py:475-500`: 172.17.0.1 사용하는 51123 서버 서비스는 192.168.219.45로 폴백 시도 +### 3. opensearch_9600 제거 +- `system_service.py:25,38,422`: Performance Analyzer 비활성화로 헬스체크 불가하여 제거 + **코드 변경**: - Docker API 성공 체크 후 HTTP 폴백 가능하도록 조건 변경 - HTTP 체크 시 172.17.0.1 실패 시 192.168.219.45로 재시도 +- opensearch_9600 서비스 제거 (SERVER_51123_SERVICES, BASE_SERVICES, docker_services에서 제거) ## 교훈