https://bz.apache.org/bugzilla/show_bug.cgi?id=64575
karthik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|JMETER_5.3.1 |JMETER_5.3.0 --- Comment #3 from karthik <[email protected]> --- * the script that triggers the leak --> Included in zip file Script does the following below for multiple iterations and each users: 1. Establish connection with Kafka 2. Send a record 3. Close connection * jmeter.log --> Included in zip file * JDK and OS version --> Oracle JDK: java version "1.8.0_251" Java(TM) SE Runtime Environment (build 1.8.0_251-b08) Java HotSpot(TM) 64-Bit Server VM (build 25.251-b08, mixed mode) --> OS: Windows 10 Build 19041.329, Last update KB4557959 * any setting, that differs from the default setup, like a JVM heap setting --> I am using default settings, no changes made apart from kafka-clients-2.5.0.jar * more details on the heap debugging --> Top 5 Memory Heap Consumers Class Name | Shallow Heap | Retained Heap | Percentage ---------------------------------------------------------------------------------------------------- org.apache.jorphan.gui.ui.TextComponentUI$1 @ 0xc1d41150| 40 | 809,020,752 | 88.88% org.apache.jmeter.DynamicClassLoader @ 0xc01e8138 | 80 | 4,670,392 | 0.51% org.apache.jmeter.gui.LoggerPanel @ 0xc1d5cd90 | 360 | 732,784 | 0.08% org.apache.jmeter.gui.util.JSyntaxTextArea @ 0xc0c618d8 | 712 | 100,272 | 0.01% org.apache.jmeter.gui.action.ActionRouter @ 0xc1c049c0 | 32 | 83,776 | 0.01% ---------------------------------------------------------------------------------------------------- --> Below is the breakdown for TextComponentUI Class Name | Shallow Heap | Retained Heap | Retained Heap ------------------------------------------------------------------------------------------------------------------------------------------ org.apache.jorphan.gui.ui.TextComponentUI$1 @ 0xc1d41150 | 40 | 809,020,752 | 809,020,752 '- [1] java.lang.Object[14] @ 0xc1c8a220 | 72 | 72 | 72 '- listenerList javax.swing.event.EventListenerList @ 0xc1d41818 | 16 | 88 | 88 '- listenerList org.fife.ui.rsyntaxtextarea.RSyntaxDocument @ 0xc1d414d0 | 112 | 240,176 | 240,176 |- <Java Local> java.awt.EventDispatchThread @ 0xc03af950 AWT-EventQueue-0 Thread| 136 | 1,391,400 | 1,391,400 |- model org.apache.jmeter.gui.util.JSyntaxTextArea @ 0xc1d32260 | 712 | 9,648 | 9,648 ------------------------------------------------------------------------------------------------------------------------------------------ -- You are receiving this mail because: You are the assignee for the bug.
