Open GoogleCodeExporter opened 9 years ago
Original comment by dfhu...@gmail.com
on 1 Jul 2011 at 3:04
We've fixed a bug (issue 440) which would cause the project to get purged from
memory (and then immediately reloaded), interrupting the fetching of URLs if it
ran longer than one hour, which may have been part of your problem.
It's an inherent artifact of the current implementation that the actual Add
Column doesn't happen until all the data has been collected. Because of this,
you should plan to operate on data sets which are small enough that you have a
high probability of completing the data collection without being interrupted.
With the bug fix in place, we've had reports of users running fetches for over
24 hours successfully, so as long as your infrastructure and the service that
you're hitting is reliable, there's no inherent limit in how long you can run.
We'll be producing a release candidate containing this bug fix shortly, so
please retest when that's available.
Original comment by tfmorris
on 8 Oct 2011 at 8:05
Refine 2.5 RC1 is available here:
http://code.google.com/p/google-refine/downloads/list?can=1
Let us know if it fixes your problem.
Original comment by tfmorris
on 29 Oct 2011 at 8:17
Original issue reported on code.google.com by
xco...@gmail.com
on 21 Jun 2011 at 7:29