Tagged articles
2 articles
Page 1 of 1
Alibaba Cloud Native
Alibaba Cloud Native
Jul 5, 2024 · Cloud Native

Avoiding Service Warm‑up Misjudgment in Alibaba Cloud MSE Graceful Startup

This article explains why MSE's graceful startup misinterprets Kubernetes liveness probes as service warm‑up, shows how to configure ignored paths, discusses alternative TCP‑based probes, and outlines the three core no‑loss deployment features—delayed registration, small‑traffic warm‑up, and readiness checks—plus gateway warm‑up steps.

Graceful StartupKubernetesMSE
0 likes · 14 min read
Avoiding Service Warm‑up Misjudgment in Alibaba Cloud MSE Graceful Startup
Didi Tech
Didi Tech
Jul 27, 2023 · Backend Development

Improving Service Startup Latency with a Warmup Mechanism for Dubbo Services

To eliminate the brief latency spike that occurs when new Dubbo services start, the authors introduce a @Warmup annotation and early‑startup listeners that generate mock traffic and trigger a forced GC before publishing, cutting initial response times from seconds to tens of milliseconds and improving reliability for latency‑sensitive applications.

Backend PerformanceDubboJava
0 likes · 13 min read
Improving Service Startup Latency with a Warmup Mechanism for Dubbo Services