Reed Haynes
Reed Haynes
Thanks @getvictor!
Found an issue when modifying a policy that affects 50k+ hosts with 100k+ hosts enrolled. ``` level=error ts=2024-06-24T15:33:47.706507287Z component=http [email protected] method=PATCH uri=/api/latest/fleet/policies/1 took=3.712123448s name="Q1 (1)" sql="SELECT * FROM osquery_info" err="saving...
Docker image being used to test this fix is [4530loadtestA](https://github.com/fleetdm/fleet/tree/4530loadtestA)
I'm not reproducing this one at the moment on 4.49.1 patch. I'm going to wait until we get the Dogfood server onto this patch and test again before closing this...
I just retested this on `main` and I'm now reproducing the issue and seeing the following response: `Failed to load resource: the server responded with a status of 422 ()`
@sharon-fdm This issue appears to have already been investigated by @dantecatalfamo. It most likely needs a determination if this is something to fix / raise with osquery or to close...
Moving this to Product for consideration. This is technically a feature-improvement rather than a bug. cc @noahtalerman
@ddribeiro was there any follow up to this issue? If not we'll be closing it out as stale. Thank you!
💡 turn this into a race to see who can get an instance up the fastest? - Turn into a blog post series. - How do you scale up? -...
``` reed@reed fleet % FLEET_VERSION_A=v4.47.0 FLEET_VERSION_B=patch-fleet-v4.53.1 go test ./test/upgrade ok github.com/fleetdm/fleet/v4/test/upgrade 60.749s reed@reed fleet % FLEET_VERSION_A=v4.48.0 FLEET_VERSION_B=patch-fleet-v4.53.1 go test ./test/upgrade ok github.com/fleetdm/fleet/v4/test/upgrade 57.205s reed@reed fleet % FLEET_VERSION_A=v4.49.0 FLEET_VERSION_B=patch-fleet-v4.53.1 go test...