That's it! For this, I'm still using 0.1.4 and, yep, 999 is the magic number:) Thanks again...
--tim On Tue, Feb 5, 2013 at 11:42 AM, Garrett Barton <[email protected]> wrote: > Is there still defaults on the max results to return in the config for 0.2? > This is what they were set to in 0.1 unless overridden. > > blur.query.max.results.fetch=1000 > blur.query.max.row.fetch=100 > blur.query.max.record.fetch=1000 > > > On Tue, Feb 5, 2013 at 11:30 AM, Tim Williams <[email protected]> wrote: > >> i've set maxquerytime to Long.Max_value. if i setFetch(100) it works; >> higher numbers don't work. So, i assume i'm hitting the timeout? I >> don't see another timeout on the query to adjust? >> >> --tim >> >> On Tue, Feb 5, 2013 at 10:42 AM, Aaron McCurry <[email protected]> wrote: >> > This is thrown out of the collector when a query is cancelled or >> timeouts. >> > >> > Aaron >> > >> > >> > On Tue, Feb 5, 2013 at 10:40 AM, Tim Williams <[email protected]> >> wrote: >> > >> >> What sorta things would cause the subject Exception? When I run a >> >> record query (and expecting lots of results) I keep getting this >> >> exception. I'd guess, since i'm trying to return loads of results >> >> (~4k) maybe it's a slow query but it barely gets going before throwing >> >> the exception. Any pointers of where to look? >> >> >> >> --tim >> >> >>
