nickva commented on code in PR #5230: URL: https://github.com/apache/couchdb/pull/5230#discussion_r1750677377
########## src/docs/src/whatsnew/3.4.rst: ########## @@ -215,6 +228,47 @@ Performance Bugfixes -------- +* :ghissue:`5223`, :ghissue:`5228`, :ghissue:`5226` Fix handling IPv6 addresses + for ``_session`` endpoints in replicator. +* :ghissue:`5191`, :ghissue:`5193`: Fix error loop with system freeze when + removing a node from a cluster. +* :ghissue:`5188`: Fix units for replicator ``cluster_start_period`` config + setting. +* :ghissue:`5185`: Use an explicit message for replicator doc processor. + delayed init. Fixes a rare case when the replicator will never start + scanning and monitoring ``_replicator`` dbs for changes. +* :ghissue:`5184`: Remove compatibility ``couch_rand`` module. +* :ghissue:`5179`: Do not leak ``fabric_rpc`` workers if coordinator is killed. +* :ghissue:`5205`: Cleanly abort responses when path doesn't start with slash. +* :ghissue:`5204`, :ghissue:`5203`, :ghissue:`5200`, :ghissue:`5201`: Fix + continuous changes feeds with a limit greater than total. +* :ghissue:`5169`: Make sure we never get an inconsistent ``couch_lru`` cache. +* :ghissue:`5167`: Remove unused ``close_lru`` ``gen_server`` call. +* :ghissue:`5160`: Ensure we run fabric worker cleanup in more cases. +* :ghissue:`5158`: Fix PowerShell ``PSScriptAnalyzer`` warnings. +* :ghissue:`5153`, :ghissue:`5156`: Upgrade recon and fix Erlang/OTP 27 + compiler warnings. +* :ghissue:`5154` Replace ``0/1`` to ``false/true`` for config keys. Review Comment: Updated ########## src/docs/src/whatsnew/3.4.rst: ########## @@ -215,6 +228,47 @@ Performance Bugfixes -------- +* :ghissue:`5223`, :ghissue:`5228`, :ghissue:`5226` Fix handling IPv6 addresses + for ``_session`` endpoints in replicator. +* :ghissue:`5191`, :ghissue:`5193`: Fix error loop with system freeze when + removing a node from a cluster. +* :ghissue:`5188`: Fix units for replicator ``cluster_start_period`` config + setting. +* :ghissue:`5185`: Use an explicit message for replicator doc processor. Review Comment: Updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
