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 - Repository indexing can continue even after main window closed
Summary: Repository indexing can continue even after main window closed
Status: RESOLVED DUPLICATE of bug 188883
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 164593 189312
  Show dependency tree
 
Reported: 2010-08-11 16:23 UTC by Jesse Glick
Modified: 2010-08-18 18:12 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dumps during exit (61.73 KB, text/plain)
2010-08-11 16:23 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***