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 213209

Summary: LowPerformance took 30309 ms.
Product: versioncontrol Reporter: rweaver <rweaver>
Component: MercurialAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188598
Attachments: nps snapshot

Description rweaver 2012-05-30 02:51:15 UTC
This bug was originally marked as duplicate of bug 172381, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3635
OS: Mac OS X
Maximum slowness yet reported was 30309 ms, average is 30309
Comment 1 rweaver 2012-05-30 02:51:22 UTC
Created attachment 120033 [details]
nps snapshot
Comment 2 Dusan Balek 2012-05-30 08:35:52 UTC
AWT EDT blocked inside org.netbeans.modules.mercurial.ui.annotate.AnnotationBar.addNotify() due to extremely slow IO.
Comment 3 Ondrej Vrabec 2012-05-30 09:06:04 UTC
combination of one-time class-loading and extremely occupied hard drive (maybe by an external process). There's nothing we can do here.