When I use victorialogs v1.0.0 to query the log, I get a timeout error
When I used victorialogs v1.0.0 to query the logs of the past two days, a timeout error was reported. The server had been configured with -search.maxQueryDuration=15m -search.maxQueueDuration=2m.
Did the timeout occur immediately or after 15 minutes? Do you notice similar behavior if you run the same query over a 5 minute window?
Hi @tiny-pangolin , @chown1987 ! This an issue related to VictoriaLogs itself. The data source sends the request, but VictoriaLogs at the moment of processing the request, terminated it by timeout and returned an error
@chown1987, is this issue still relevant?