shreemaan-abhishek commented on issue #10500: URL: https://github.com/apache/apisix/issues/10500#issuecomment-1893768749
I was able to force update the revision number during compression which led to complete reload of apisix resources in the cache. But this didn't lead to `unhealthy TCP increment (n/N)for '(ip-foo:port-bar)'`. ### Steps to repro: - set etcd compression policy to 2 minutes : `etcd --auto-compaction-retention=2m` - start apisix and create upstreams and routes as described in issue description - force update the etcd revision: ```shell while true do ectl put a b done ``` - keep sending requests to apisix (not sure if this is important): ```shell while true do sleep 0.5 curl -i "http://127.0.0.1:9080/hello" done ``` - wait for the race condition to occur, you might wanna use `wrk` for faster result -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
