Tags: KumoCorp/kumomta
Tags
deps: unpin ring, bump some deps briansmith/ring#2462 has been resolved, so we should be buildable on amazonlinux:2 with the latest released package. cargo update, but also a couple of intentional bumpds to some packages in Cargo.toml to keep things updated.
egress_source: fix potentially stale rr state when config changes Previously, we would compare only the names of the pools when updating the round robin source selection state. That meant that if you change the composition of a pool by changing either the number of the definition of its constituent sources, that change may not take effect until the corresponding queues had aged out. This commit resolves this by comparing both the name and the composition of the pool when deciding to rebuild the source selection state.
metrics: retain global counters as well The recent changes to auto-prune counters for various queues went a little too far, and were pruning a couple of these global overall counters. This commit works to pin those counters and retain them for the life of the process.
ready_queue: move maintainer notify logic in dispatcher drop (#194) * move maintainer notify logic in dispatcher drop * rework dispatcher drop logic shape --------- Co-authored-by: ncai <ncai@chapsvision.com>
PreviousNext