doc-exports/docs/cce/umn/cce_faq_00255.html
Dong, Qiu Jian e11d42fad0 CCE UMN update -20230818 version
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2023-12-08 10:20:34 +00:00

1.1 KiB

What Should I Do If Health Check Probes Occasionally Fail?

When the liveness and readiness probes fail to perform the health check, locate the service fault first.

Common causes are as follows:

  • The service processing takes a long time. As a result, the response times out.
  • The Tomcat connection setup and waiting time are too long (for example, too many connections or threads). As a result, the response times out.
  • The performance of the node where the container is located, such as the disk I/O, reaches the bottleneck. As a result, the service processing times out.