On 7/21/19 10:40 AM, Matthew Schumacher wrote:
Thanks for that. I am using postgresql, and I am doing a bit of math on some of the queries and my dataset is getting bigger, so it's an issue (though I'm working on putting in timescaledb which will partition up my data and make this not suck), but I need it to not deadlock the entire server until I can get that done.
I'm already using query_timeout = 5, so if I put in Terry's patch, it should help. Is this the one you are referring to?
https://github.com/FreeRADIUS/freeradius-server/commit/a0c4581d5ba3878637e2d...
Thanks, schu It doesn't look like I can cherry pick that patch as much has changed, is 3.0.x pretty stable? I'm concerned about other issues I might run into if I swap out the whole thing.
schu