This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229020 - org.netbeans.modules.glassfish.common.actions.ViewAdminConsoleAction.performAction: LowPerformance took 37313 ms.
Summary: org.netbeans.modules.glassfish.common.actions.ViewAdminConsoleAction.performA...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-04-25 14:58 UTC by Exceptions Reporter
Modified: 2013-07-18 02:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200142


Attachments
nps snapshot (45.84 KB, application/nps)
2013-04-25 14:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-04-25 14:58:33 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Linux

User Comments:
esche: start glassfish



Maximum slowness yet reported was 37313 ms, average is 23864
Comment 1 Exceptions Reporter 2013-04-25 14:58:34 UTC
Created attachment 133810 [details]
nps snapshot
Comment 2 TomasKraus 2013-07-16 13:52:13 UTC
Checked into web-main:
----------------------
changeset:   257843:e5db4ffb4087
tag:         tip
user:        Tomas Kraus <TomasKraus@netbeans.org>
date:        Tue Jul 16 15:47:25 2013 +0200
New server status monitoring framework integrated into GlassFish plugin.
Fixed bugs:
#231403 - Server process is not being killed. Server status is checked at   
          the background continuously.
#215098 - Slowness reports related to server status updates in AWT event
          queue are past now
#229020 - Start task was completely rewritten and there shall not be any 
          remote server query in AWT event queue now


This snapshot is for GlassFishStatus.isReady which was replaced with status monitoring framework which is responding without remote query.
Comment 3 Quality Engineering 2013-07-18 02:40:05 UTC
Integrated into 'main-silver', will be available in build *201307172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e5db4ffb4087
User: Tomas Kraus <TomasKraus@netbeans.org>
Log: New server status monitoring framework integrated into GlassFish plugin.
Fixed bugs:
#231403 - Server process is not being killed. Server status is checked at
          the background continuously.
#215098 - Slowness reports related to server status updates in AWT event
          queue are past now
#229020 - Start task was completely rewritten and there shall not be any
          remote server query in AWT event queue now