Bug #49739 | agent leaks (with unstable SSL connection?) (curl problem?) | ||
---|---|---|---|
Submitted: | 16 Dec 2009 13:43 | Modified: | 20 Apr 2010 15:11 |
Reporter: | Andrii Nikitin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Enterprise Monitor: Agent | Severity: | S2 (Serious) |
Version: | 2.1.0.1093 | OS: | Any |
Assigned to: | Michael Schuster | CPU Architecture: | Any |
[16 Dec 2009 13:43]
Andrii Nikitin
[17 Dec 2009 3:14]
Enterprise Tools JIRA Robot
Diego Medina writes: Quick notes: To reproduce on mac, I am trying this: {noformat} while [ true ] ; do sudo ipfw -a add deny tcp from any to any 48443 ; sleep 10 ; echo "delete " ; sudo ipfw -a delete 00110 ; sleep 120 ; done ; {noformat} My dashboard uses 48443 for the ssl port. It is still too early to say that I also see this bug.
[24 Dec 2009 20:01]
Enterprise Tools JIRA Robot
Diego Medina writes: Much easier way to reproduce (tested on mac os 10.5) 1- Install and agent and service manager 2- Set the service manager to send queries through the proxy (selfquan) 3- run this loop to restart tomcat, this results in the agent reaching a timeout and a " Unknown SSL protocol error in connection to" error {noformat} while [ true ] ; do ./monitor.sh 22 restart tomcat ; echo "Server is up" ; sleep 60 ; done ; {noformat} in about an hour or two, the agent was at 20BM and still going up
[7 Jan 2010 21:43]
Enterprise Tools JIRA Robot
Keith Russell writes: Patch installed in versions => 2.2.0.1597.
[8 Apr 2010 11:41]
Enterprise Tools JIRA Robot
Diego Medina writes: Verified fixed on 2.2.0.1686. after running the test for two hours, memory wa stable at 20MB, while before it would reach 200MB in just an hour
[20 Apr 2010 15:11]
MC Brown
A note has been added to the 2.2.0 changelog: The memory footprint of &merlin_agent; would slowly increase over time, particularly on Mac OS X and Solaris/OpenSolaris.