DO NOT REPLY [Bug 48350] Deadlock on distributed testing with 2 clients
[email protected] Sat, 6 Mar 2010 16:37:01 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.jmeter.devel |
|---|---|
| Message-ID | <[email protected]> |
https://issues.apache.org/bugzilla/show_bug.cgi?id=48350 --- Comment #14 from Philippe Mouawad <[email protected]> 2010-03-06 16:37:01 UTC --- Hello Sebb, I tested with -Gdummy=1 and deadlock occurs with your change and mine. So I applied your change: remote.configure(testTree, host); And added the following change on properties: Properties clonedProperties = null; synchronized (LOCK) { clonedProperties = (Properties)savep.clone(); } remote.setProperties(clonedProperties); I cloned the saveP so each thread has its copy. I tested and everything is OK Cordially Philippe Mouawad http://www.ubik-ingenierie.com -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.