- 17 Nov, 2020 39 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
This simplifies port parsing in the end. Also pass the url to ldap_open_listener in anticipation of incremental listener config.
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
Unregistration is a hack and we shoould either make the subsystems into an entry (if monitor allows subentry generation) or implement subsystem unregistration in back-monitor.
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
Takes care of dealing with monitor not present/not configured and fix a monitor startup issue.
-
-
-
-
-
-
-
-
-
-
-
Potentially for timeout detection purposes in the future.
-
-
Several threads calling backend_select might reset current_backend to a different place, there are two options to deal with that: - just let the last rotation win (the current approach) - detect whether first == current_backend and only replace then Not sure which one is more useful, going with the simpler.
-
This alone doesn't make the server do a round robin.
-
-
-
-
-
-
-
-