forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Su, Xiaomeng <suxiaomeng1@huawei.com> Co-committed-by: Su, Xiaomeng <suxiaomeng1@huawei.com>
2.7 KiB
2.7 KiB
Why Is the Flink Job Abnormal Due to Heartbeat Timeout Between JobManager and TaskManager?
Symptom
JobManager and TaskManager heartbeats timed out. As a result, the Flink job is abnormal.
Possible Causes
- Check whether the network is intermittently disconnected and whether the cluster load is high.
- If Full GC occurs frequently, check the code to determine whether memory leakage occurs.
Handling Procedure
- If Full GC occurs frequently, check the code to determine whether memory leakage occurs.
- Allocate more resources for a single TaskManager.
- Contact technical support to modify the cluster heartbeat configuration.
Parent topic: O&M Guide

