Description of problem: I'm afraid that the telnet or something would cause high memory usage for glusterd & glusterfsd. For example, if the script is executed for days: while [[ 1 ]]; do echo "quit" | telnet xx.xx.xx.xx 24007 echo "quit" | telnet xx.xx.xx.xx 49152 done Later, the memory usage for glusterd & glusterfsd would be changed from 0.5% to 2.9%. Hope someone could help me. Thanks a lot. Version-Release number of selected component (if applicable): GlusterFS 5.6 or below How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
It's not clear to me how would a telnet cause an increase in the memory consumption of glusterd process and more over what's the motivation behind this? Could you help us in providing the following by a small test: Before and after telnet, capture statedumps of glusterd process (kill -SIGUSR1 $(pidof glusterd) and find the files in /var/run/gluster and share back here? Also do you see any logs in the glusterd and brick log files when you attempt to do telnet.
Ping?
Closing this as we haven't received sufficient information.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days