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 189406

Summary: Repository indexing can continue even after main window closed
Product: projects Reporter: Jesse Glick <jglick>
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: anebuzelsky, tpavek
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 164593, 189312    
Attachments: Thread dumps during exit

Description Jesse Glick 2010-08-11 16:23:14 UTC
Created attachment 101322 [details]
Thread dumps during exit

See attached thread dumps. User dir did not initially have the index for local repo. Built a simple Maven project, then closed main window. Local repo indexing continued for a couple of minutes afterwards.
Comment 1 Tomas Pavek 2010-08-16 16:24:31 UTC
We saw similar thing at the usability study. The IDE downloaded the main maven index and then processed it in background (no progress indication after download completed). Later when reproducing with another user dir we found out it took several minutes and caused heavy I/O load, significantly affecting the IDE performance. And it also continued even after closing the IDE.
Comment 2 Jesse Glick 2010-08-18 18:12:30 UTC
I think this was already fixed.

*** This bug has been marked as a duplicate of bug 188883 ***