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 231258 - org.openide.filesystems.LocalFileSystem.inputStream: LowPerformance took 30599 ms.
Summary: org.openide.filesystems.LocalFileSystem.inputStream: LowPerformance took 3059...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-06-14 08:19 UTC by Exceptions Reporter
Modified: 2013-07-09 09:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201363


Attachments
nps snapshot (31.48 KB, application/nps)
2013-06-14 08:19 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-06-14 08:19:51 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
GUEST: Using Yii plugin to navigate

misterm: Opening a class



Maximum slowness yet reported was 35137 ms, average is 32868
Comment 1 Exceptions Reporter 2013-06-14 08:19:53 UTC
Created attachment 135791 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-07-09 09:17:37 UTC
The slowness occurred when reading a file from user directory, which cannot be performed in background (similar problem to class loading and reading properties files). It seems that the hard drive was under heavy load. This cannot be fixed.
Thank you for reporting.