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

Summary: org.netbeans.modules.uihandler.UIHandler.waitFlushed: LowPerformance took 26158 ms.
Product: ide Reporter: Exceptions Reporter <exceptions_reporter>
Component: LoggerAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: anujtech46, asxtray, fedind, jasonkb, jglick, jovdraal, khansudarsan, Kickstart, luis.boch, MrJxN, Mr_Secunda, mxsolution, robmaurer, tmysik, victork, vitormssv, zootal, _setSmile_true
Priority: P3 Keywords: PERFORMANCE
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198508
Attachments: nps snapshot

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.