You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/04/28 17:24:53 UTC

[Bug 59391] New: In Distributed mode, the client exits abnormally at the end of test

https://bz.apache.org/bugzilla/show_bug.cgi?id=59391

            Bug ID: 59391
           Summary: In Distributed mode, the client exits abnormally at
                    the end of test
           Product: JMeter
           Version: 2.13
          Hardware: Macintosh
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: support@ubikloadpack.com

We noticed the following issue :

    Run : jmeter-server -l jmeter-server.log
    Run : /jmeter -r -X -n -t /data/jmeter/re7-3.0.jmx -l
/data/jmeter/re7/results-rc3-remote.csv


In 2.13, this has the impact of not calling:
    println("... end of run");
    checkForRemainingThreads();


In 3.0 this has the impact of not generating the Report if called with
additional options:

>  -e -o /data/jmeter/re7/report-rc3-2


Issue is due to the thread.interrupt being called on RMI Reaper Thread.

IN 3.0:
https://github.com/apache/jmeter/blob/trunk/src/core/org/apache/jmeter/JMeter.java#L1127

It appears that t.interrupt() on RMI Reaper thread:

   
https://github.com/apache/jmeter/blob/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java#L171

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59391] In Distributed mode, the client exits abnormally at the end of test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59391

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
See this bug reported towards jmeter maven plugin:
https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/issues/37

""Test has ended" is no longer present in the log file when jmeter interrupts
the thead.

...."

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59391] In Distributed mode, the client exits abnormally at the end of test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59391

--- Comment #2 from Sebb <se...@apache.org> ---
Note: a workround is to generate the report once the run has finished, using a
command of the form:

$ jmeter -g /data/jmeter/re7/results-rc3-remote.csv -o
/data/jmeter/re7/report-rc3-2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59391] In Distributed mode, the client exits abnormally at the end of test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59391

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Macintosh                   |All
                 CC|                            |support@ubikloadpack.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from UbikLoadPack support <su...@ubikloadpack.com> ---
Author: pmouawad
Date: Thu Apr 28 20:18:51 2016
New Revision: 1741507

URL: http://svn.apache.org/viewvc?rev=1741507&view=rev
Log:
Bug 59391 - In Distributed mode, the client exits abnormally at the end of test
Bugzilla Id: 59391

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.