Hi I am running `v0.9.6.1`. Having issues with the...
# troubleshoot
b
Hi I am running
v0.9.6.1
. Having issues with the download csv feature when trying to download ~5k datasets. It's my understanding that it tries to batch these queries in chunks of 1000, but each chunk takes longer and longer until I get a timeout error in gms:
Copy code
09:50:18.820 [qtp71399214-1199] WARN  o.s.w.s.m.s.DefaultHandlerExceptionResolver:208 - Resolved [org.springframework.web.context.request.async.AsyncRequestTimeoutException]
I am getting similar results when trying to run a graphql query - if I set the
count
to 10000 (everything in one chunk) it times out. If I try to batch my queries using offsets (
start/count
) I can observe that with increasing offsets I also get increasing query run times which eventually time out when reaching 30s. Is there something that I could do about this - increase timeout somehow or should I somehow scale elasticsearch?
If it helps, this feature was improved in
v0.10.1
and it works fine.
h
Thanks @bumpy-activity-74405..It helps..
a
Second here that an upgrade is recommended, you might also try scaling up your resources (GMS and ES) to handle more