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 189627 - Cancelling OQL query doesn't stop the background computation
Summary: Cancelling OQL query doesn't stop the background computation
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: issues@profiler
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2010-08-18 10:54 UTC by J Bachorik
Modified: 2011-02-24 16:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2010-08-18 10:54:04 UTC
Cancelling OQL query leaves the background computation thread running while pretending the query has been cancelled. This can lead to unnecessary CPU load slowing down the user system as well as the IDE.
Comment 1 J Bachorik 2010-08-18 14:42:02 UTC
fixed in http://hg.netbeans.org/profiler-main/rev/ce7604b3ca10
Comment 2 Quality Engineering 2010-08-25 03:24:14 UTC
Integrated into 'main-golden', will be available in build *201008250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/86a6913131fd
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #189627: Cancelling OQL query doesn't stop the background computation