ddavisqa / google-refine

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

Don't retry failed key-based reconciliations #328

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently Refine is retrying key-based reconciliations three times if there's 
no match, but the result is never going to change.  It shouldn't bother 
retrying unless there's a communication issue or some other transient problem.

Original issue reported on code.google.com by tfmorris on 3 Feb 2011 at 11:56

GoogleCodeExporter commented 8 years ago
Fixed for key, guid, & id reconciliation.  If no result is returned, a 
non-match Recon object is created so that it won't be retried as it when the 
result is null.

Original comment by tfmorris on 4 Feb 2011 at 2:02

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 9 Jun 2011 at 7:58