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 2019/02/05 07:47:32 UTC

[Bug 63144] New: View listener tree take a long time to open response that have Huge text

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

            Bug ID: 63144
           Summary: View listener tree take a long time to open response
                    that have Huge text
           Product: JMeter
           Version: 5.0
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: ahmed.mushet6@gmail.com
  Target Milestone: JMETER_5.1

Created attachment 36421
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36421&action=edit
This image illustrate the slowness on open response

I have a problem with JMeter when I want to see the response using view result
tress, if the response has a huge text (essentially JSON) I wait about 1 minute
to open this response.

see the attachment.

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

[Bug 63144] View listener tree take a long time to open response that have Huge text

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|5.0                         |2.13
         Resolution|---                         |FIXED
           Keywords|                            |FixedInTrunk
           Hardware|PC                          |All
             Status|NEEDINFO                    |RESOLVED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Thu Feb  7 11:24:15 2019
New Revision: 1853121

URL: http://svn.apache.org/viewvc?rev=1853121&view=rev
Log:
Bug 63144 - View listener tree take a long time to open response that have Huge
text

Contributed by UbikLoadPack
Bugzilla Id: 63144

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/RenderAsDocument.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/RenderAsHTMLFormatted.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/RenderAsJSON.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/RenderAsText.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 63144] View listener tree take a long time to open response that have Huge text

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
The gif does not show something obvious.

Is your JSON code without any space ?
If so, it's a known issue due to a JDK bug:

View Results Tree may freeze rendering large response particularly if this
response has no spaces, see Bug 60816. This is due to an identified Java Bug UI
stuck when calling JEditorPane.setText() or JTextArea.setText() with long text
without space. 

If it's not the case, please show the request so that we're able to reproduce.

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

[Bug 63144] View listener tree take a long time to open response that have Huge text

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Can you try last successful build at:

https://builds.apache.org/job/JMeter-trunk/lastSuccessfulBuild/artifact/trunk/dist/

I noticed huge gains (30s to 2/3 seconds)

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

[Bug 63144] View listener tree take a long time to open response that have Huge text

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |enhancement

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

[Bug 63144] View listener tree take a long time to open response that have Huge text

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

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
*** Bug 60816 has been marked as a duplicate of this bug. ***

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