Start a conversation

MGR connection is slow - Troubleshooting Article

Overview

MGR on a particular node is responding slowly, i.e. connections, loading of pages, execution of processes, and overall performance has been slow for many days.

 

Workflow

code2flow_ceUcB2.png

Instructions

Check resources utilization

SSH into MGR node and check the resources utilization (as root):

top
free -h
df -kh

 

Reboot MGR Node

If CPU or Memory utilizations come out to be high (more than or around 90%), reboot the node by following the steps explained in the article: MGR having slow connection.

 

Gather logs and contact support

If resource utilization does not seem to be the issue, gather the following information and contact support.

  • Any particular date/time when it was noticed that this issue started?
  • The outputs of (as root):
    • free -h
    • df -kh
    • mysql -uroot -plokal$ -e "show full processlist"
    • su - textpass -c tp_status
  • The following logs:
    • /var/log/messages
    • /var/TextPass/MGR/tp_mgr_change_log.txt
    • /var/TextPass/MGRtp_mgr_error_log.txt

Meanwhile, a restart of the MGR might be helpful to release memory.

As root:

systemctl restart MGR

 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments