Hi all,

I'm digging into error handling around timeouts for a GeoTools DataStore (the various GeoMesa DataStore implementations).  In GeoServer, the GeoMesa FeatureReader ends up being wrapped by the GeoTools FeatureReaderIterator.

This class swallows exceptions from close() and hasNext().  Are there examples of getting Exceptions through this class?  I tried a few things, and stuck on how pass information (such as an exception indicating that a query had a problem on the remote server or that the query reached its timeout) through this class.

Thoughts?

Cheers,

Jim

1. https://github.com/geotools/geotools/blob/master/modules/library/main/src/main/java/org/geotools/feature/FeatureReaderIterator.java



_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to