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 258451

Summary: unrelenting python project disk usage at ide idle
Product: updatecenters Reporter: proj964
Component: PluginportalAssignee: Lou Dasaro <mr_lou_d>
Status: NEW ---    
Severity: normal CC: Jenselme, juniel_katarn
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: process monitor log file

Description proj964 2016-03-20 18:29:37 UTC
Created attachment 158935 [details]
process monitor log file

opening up the v8.1 ide for a python project with rightly 40 files and leaving the ide idling, there is constant hard disk read and write activity. it just never stops. I have attached a short process monitor log file during which netbeans was the only open app. after sitting for a few minutes there are 34K reads, 5.5K writes and 12,400K I/O other. This seems excessive for an application not doing anything and it impacts other apps and system functions.
Comment 1 Tomas Hurka 2016-04-22 07:29:45 UTC
Thanks for the log. It looks like the jython files are periodically accessed again and again. This should be investigated in python plugin (http://plugins.netbeans.org/plugin/61688/?show=true). Reassigning.
Comment 2 Jiri Kovalsky 2016-04-22 08:08:02 UTC
Lou, can you please evaluate this bug? Thanks!
Comment 3 Lou Dasaro 2016-04-22 10:38:56 UTC
I have seen this before, intermittently. It seemed to be an interaction with another plugin / language. Will investigate with team.
Thank you for reporting.