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 227492

Summary: org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handle: LowPerformance took 27256 ms.
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: AntAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: alied, asxtray, bondsparky, bouche, emillmore, javatlacati, jean_rouanet, lidaa, navidei, ripple_kcrooks, ttlxihuan, ttrang2301, txigreman
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 199625
Attachments: nps snapshot

Description Exceptions Reporter 2013-03-14 17:45:56 UTC
This bug was originally marked as duplicate of bug 221575, 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.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 7

User Comments:
GUEST: adicionando bibliotecas lib para o projeto



Maximum slowness yet reported was 27256 ms, average is 27256
Comment 1 Exceptions Reporter 2013-03-14 17:46:05 UTC
Created attachment 132620 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2013-03-15 09:34:25 UTC
Nothing we can do, our CollocationQueryImpl has to touch disk. Unfortunately in case of Subversion, its metadata are stored in a db so it's even slower than getting the data from a text file. Passing to projects, is it necessary to call the quer in the EDT?
Comment 3 Milos Kleint 2013-05-13 15:33:04 UTC
(In reply to comment #2)
> Nothing we can do, our CollocationQueryImpl has to touch disk. Unfortunately in
> case of Subversion, its metadata are stored in a db so it's even slower than
> getting the data from a text file. Passing to projects, is it necessary to call
> the quer in the EDT?

theoretically I can postpone the call to non-AWT thread, however it will still look weird if radio buttons in the dialog change magically after 17 seconds..