Help Center> MapReduce Service> User Guide> Alarm Reference (Applicable to MRS 3.x)> ALM-44005 Presto Coordinator Process GC Time Exceeds the Threshold
Updated on 2022-09-23 GMT+08:00

ALM-44005 Presto Coordinator Process GC Time Exceeds the Threshold

Description

The system collects GC time of the Presto Coordinator process every 30 seconds. This alarm is generated when the GC time exceeds the threshold (exceeds 5 seconds for three consecutive times). You can change the threshold by choosing System > Configure Alarm Threshold > Service > Presto > Coordinator > Presto Process Garbage Collection Time > Garbage Collection Time of the Coordinator Process on MRS Manager. This alarm is cleared when the Coordinator process GC time is less than or equal to the threshold.

Attribute

Alarm ID

Alarm Severity

Auto Clear

44005

Major

Yes

Parameter

Parameter

Description

ServiceName

Service for which the alarm is generated.

RoleName

Role for which the alarm is generated.

HostName

Host for which the alarm is generated.

Impact on the System

If the GC time of the Coordinator process is too long, the Coordinator process running performance will be affected and the Coordinator process will even be unavailable.

Possible Causes

The heap memory of the Coordinator process is overused or inappropriately allocated, causing frequent occurrence of the GC process.

Procedure

  1. Check the GC time.

    1. Go to the cluster details page and choose Alarms.

      For MRS 1.8.10 or earlier, log in to MRS Manager and choose Alarms.

    2. Select the alarm whose Alarm ID is 44005 and then check the role name in Location and confirm the IP adress of the instance.
    3. Choose Components > Presto > Instances > Coordinator (business IP address of the instance for which the alarm is generated) > Customize > Presto Garbage Collection Time. Click OK to view the GC time.
    4. Check whether the GC time of the Coordinator process is longer than 5 seconds.
      • If yes, go to 1.e.
      • If no, go to 2.
    5. Choose Components > Presto > Service Configuration, and switch Basic to All. Choose Presto > Coordinator. Increase the value of -Xmx (maximum heap memory) in the JAVA_OPTS parameter based on the site requirements.
    6. Check whether the alarm is cleared.
      • If yes, no further action is required.
      • If no, go to 2.

  2. Collect fault information.

    1. On MRS Manager, choose System > Export Log.
    2. Contact the O&M personnel and send the collected logs.

Reference

None