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 250295 - org.netbeans.modules.subversion.DiskMapTurboProvider.readEntry: LowPerformance took 238602 ms.
Summary: org.netbeans.modules.subversion.DiskMapTurboProvider.readEntry: LowPerformanc...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2015-02-08 12:00 UTC by Exceptions Reporter
Modified: 2015-03-25 03:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215264


Attachments
nps snapshot (400.45 KB, application/nps)
2015-02-08 12:00 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-02-08 12:00:41 UTC
This bug was originally marked as duplicate of bug 243579, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: SVN -> mouse over "Commit"



Maximum slowness yet reported was 238602 ms, average is 238602
Comment 1 Exceptions Reporter 2015-02-08 12:00:46 UTC
Created attachment 151880 [details]
nps snapshot
Comment 2 Ondrej Vrabec 2015-02-13 17:59:05 UTC
fixed: core-main #e65851f59691
Comment 3 Ondrej Vrabec 2015-02-13 18:03:52 UTC
BTW it's caused by this:
WARNING [org.netbeans.modules.subversion.DiskMapTurboProvider]: Subversion cache contains 16.268 locally new (uncommitted) files. That many uncommitted files may cause performance problems when accessing the working copy. You should consider committing or permanently ignoring these files. Candidates for ignoring are: [W:\...\radio: 16.216 new files]. 16 000 uncommitted files? Just be reasonable and ignore the folder.
Comment 4 Quality Engineering 2015-02-15 06:50:48 UTC
Integrated into 'main-silver', will be available in build *201502150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e65851f59691
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #250295 - org.netbeans.modules.subversion.DiskMapTurboProvider.readEntry: LowPerformance took 238602 ms.
Disable the commit action until the cache is built and ready.
Comment 5 Quality Engineering 2015-03-25 03:21:29 UTC
Integrated into 'main-silver', will be available in build *201503250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/540058c5f1e5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug 250295 - org.netbeans.modules.subversion.DiskMapTurboProvider.readEntry: LowPerformance took 238602 ms.
- merge changes from local subversion