Added
- Added idle mode for preview environments (
feature.preview.idle). - Added the
MIRRORD_AGENT_STEALER_FLUSH_CONNECTIONS_CONNTRACKagent
environment variable. When set tofalse, the connection flush performed
when stealing starts skips theconntrack -Dcommand and relies only onss -K, avoiding a burst of dropped redirected connections (and accompanying
ENOENTerrors) on busy ports. Defaults totrue, preserving the previous
behaviour. mirrord upnow infers a service's target from its key inmirrord-up.yaml
whentarget.pathis omitted, prompting you to pick one when nothing
matches.
Changed
- Fix bug in
AddressFilter::Namethat allowed port filters to match hostnames
ports incorrectly. - Fix error
File not foundbeing shown when runningmirrord ui stopwith no
mirrord UI running. - Renamed
feature.preview.idle.timeout_secstosleep_after_secs. - The environment variable used to control the logging level for the mirrord
CLI and layer has been changed fromRUST_LOGtoMIRRORD_LOG.
Fixed
- Fixed
mirrord operator session kill --idrejecting the names of
multi-cluster sessions, which carry anmc-prefix. - Fixed local redis database branch startup so readiness no longer depends on
redis-clibeing installed on the host.