https://bz.apache.org/bugzilla/show_bug.cgi?id=64969
Bug ID: 64969
Summary: RemoteJMeterEngineImpl#rexit didn't unexport result
int the RemoteJMeterEngineImpl instance couldn't
release
Product: JMeter
Version: 5.4
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER 5.4.1
The RemoteJMeterEngineImpl#rexit() method is supposed to close the
RemoteJMeterEngineImpl instance. Although it has unbinded the
RemoteJMeterEngineImpl instance from RMI Registry now, it hasn't invoked
UnicastRemoteObject#unexportObject(Remote obj, boolean force) method to release
the RemoteJMeterEngineImpl instance which result in the RemoteJMeterEngineImpl
instance couldn't release and the RemoteJMeterEngineImpl instance's
RemoteJMeterEngineImpl#localPort couldn't close too.
To solve this problem, it is suggested to add
"UnicastRemoteObject#unexportObject(this, false)" after line 210 before
"JMeterUtils.helpGC()" in "RemoteJMeterEngineImpl.java" file.
--
You are receiving this mail because:
You are the assignee for the bug.