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 - org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handle: LowPerformance took 27256 ms.
Summary: org.netbeans.modules.subversion.client.SvnClientInvocationHandler.handle: Low...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-14 17:45 UTC by Exceptions Reporter
Modified: 2017-08-30 12:22 UTC (History)
13 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199625


Attachments
nps snapshot (494.26 KB, application/nps)
2013-03-14 17: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 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..