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 242999 - org.netbeans.modules.uihandler.UIHandler.waitFlushed: LowPerformance took 26158 ms.
Summary: org.netbeans.modules.uihandler.UIHandler.waitFlushed: LowPerformance took 261...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2014-03-18 08:46 UTC by Exceptions Reporter
Modified: 2018-02-04 23:17 UTC (History)
18 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198508


Attachments
nps snapshot (118.68 KB, application/nps)
2014-03-18 08:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-18 08:46:43 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
GUEST: Description appears in the report.

GUEST: selecting about 20 files in project (Shift + click).



Maximum slowness yet reported was 31920 ms, average is 24228
Comment 1 Exceptions Reporter 2014-03-18 08:46:45 UTC
Created attachment 146095 [details]
nps snapshot
Comment 2 Martin Entlicher 2014-07-28 16:25:13 UTC
Will not fix.
There are too many log records received. We can either flood memory and cause OutOfMemoryError, or simply wait till they are written to a file storage. We chose to wait.
Comment 3 Martin Entlicher 2014-07-28 16:28:19 UTC
Well, I've realized that in cases like this, when tons of identical records are produced, we could simply count them and report their number instead of repeating all that stuff again and again.