pattersonkl / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Interrupted clustering jobs continue running in background #289

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce the problem:
1. Select a column with a large number of long and different values
2. Select "cluster" and "nearest neighbor"
3. Close the cluster dialog window without waiting for results

Expected behavior would be to shutdown the clustering job.
Instead, it continues running in background, consuming all the CPU.

Version: Google Refine 2.0 [r1836]
Operating system: Mac OS X

Original issue reported on code.google.com by robin.be...@gmail.com on 16 Dec 2010 at 9:53

GoogleCodeExporter commented 8 years ago
This could be a tough one to fix since I'm not sure if the clustering process 
can be broken down easily into several chunks of work and canceled midway 
through.

Original comment by dfhu...@gmail.com on 20 Dec 2010 at 12:00