ES /docs

ChildProcessManager::setupEventHandlers | Child process stderr: (node:48) NOTE: The AWS SDK for Java

Service
cupixworks-any-mesh-agent
Occurrences
476
Status
Dismissed
Confidence
85%
Actionability
32%
Cluster ID
54db804c-604f-47ea-8e4e-691d867ee5d2
First Seen
2026-06-24 04:50 UTC
Last Seen
2026-07-13 08:33 UTC
Actions
현재 상태 dismissed 에서는 실행할 액션이 없습니다.

ChildProcessManager::setupEventHandlers | Child process stderr: (node:48) NOTE: The AWS SDK for Java

What Happened#

cupixworks-any-mesh-agent가 mesh 추출 child process를 fork할 때마다 Node.js가 aws-sdk v2 패키지에 대한 maintenance-mode 경고를 stderr로 출력한다. ChildProcessManager.setupEventHandlersstderr.on('data') 핸들러가 이 출력을 logger.error()로 기록하기 때문에, 단순 deprecation 경고가 Datadog에서 status:error로 집계되어 error cluster로 분류되었다. 실제 작업 실패는 아니다.

Quick Facts#

Field Value
exception.class (none — stderr forwarding, not a thrown exception)
exception.message (node:48) NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode
top_frame packages/base/src/manager/child-process.manager.ts:138-141
runtime Node.js child process (fork)
env production, us-west-2

Affected Teams#

Team / Domain Error Count Impact
demokr / mesh-agent 1 (per child process spawn, recurring) False-positive error logs; no functional impact on mesh extraction

Timeline#

  1. 2026-06-24 13:50:34 KSTcupixworks-any-mesh-agent가 mesh-extractor child process를 fork. Node.js가 v2 SDK deprecation 경고를 stderr로 발행. ChildProcessManager가 line별로 logger.error() 호출 → Datadog에 status:error 5건 기록 (cluster 묶음).
  2. 2026-06-24 11:17, 11:41, 12:28, 12:44, 13:50 KST — 동일 패턴 반복. child process fork할 때마다 동일 stderr 메시지가 error로 기록됨 (24시간 동안 최소 5회 관측).

Scoring#

Confidence 85% · Actionability 32%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 12 code refs, 4 log queries
Code path explicitness 3/3 12 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 10 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 0/3 migration needed