[kepler-dev] [Bug 3132] - Once an EML dataset gets an error in downloading, cache interface will keep getting same error
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Feb 12 16:46:20 PST 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3132
tao at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #1 from tao at nceas.ucsb.edu 2008-02-12 16:46 -------
In src/org/ecoinformatics/seek/datasource/EcogridDataCacheItem.java class, a
cleanUpCache method was added. So if there is some errors happen during
downloading, this method will be called to clean up cache. So the new
downloading will be a fresh one. If the network problem was fixed in the next
time downloading, the downloading will get data.
I found the query cache had the similar issue too. And it was fixed by using
similar idea.
More information about the Kepler-dev
mailing list