modcluster / mod_proxy_cluster

mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer
https://www.modcluster.io
Apache License 2.0
7 stars 15 forks source link

Clear the worker status when reusing cleaned worker #267

Closed jajik closed 2 months ago

jajik commented 2 months ago

The current behaviour is suspicious. The call to ap_proxy_initialize_worker has basically no effect and without this change the connection to backend fails from time to time (when running perf tests with dynamic worker removal) which causes all workers in error state (= 503) even though a corresponding node to the worker is up and running.

jajik commented 2 months ago

I'm missing something here, converting to draft.

jajik commented 2 months ago

So it seems that the missing part was #269. Ready for review now.

jajik commented 2 months ago

Thanks for the reviews!