https://bz.apache.org/bugzilla/show_bug.cgi?id=61733

--- Comment #6 from Jonathan Oddy <jonathan.o...@transferwise.com> ---
Hi,
The "Force update all subworkers for multiplier change" from my previous
comment also includes the reordering. Updating the sequence numbers to -1 for
all subworkers, as in my patch, is consistent with how updates are already
pushed by the status worker. It does feel rather ugly though.

Your change to jk_lb_push feels like it might lead to a cleaner implementation,
but if so it'd be good to also get rid of the existing sequence = -1 usage for
lb and wr in a similar fashion. Also you seem to have deleted a wr->sequence =
-1. Without that I think explicit changes to a worker that don't trigger a
multiplier change won't be pushed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to