From 0fad6a8b9bd8dfcf92c745c3cd5a2d9d9ed293fa Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 14 Sep 2022 13:19:29 +0200 Subject: [PATCH] Add releasenotes for recently added fixes Conflicts: releasenotes/notes/sqlalchemy-20-abaa3d2895131ab4.yaml Dropped one releasenote that doesn't apply to stable branches and amended the title of the commit message for the backport. Signed-off-by: Dr. Jens Harbott Change-Id: I856af3f0143e75253d001b50e70a418c1cac89f6 (cherry picked from commit abfd71ce4210cf0edd18eab6812ff151d64e1caf) --- releasenotes/notes/rpc-workers-4941f3b9136418df.yaml | 9 +++++++++ .../notes/static-scheduler-2288b8173f9357a6.yaml | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 releasenotes/notes/rpc-workers-4941f3b9136418df.yaml create mode 100644 releasenotes/notes/static-scheduler-2288b8173f9357a6.yaml diff --git a/releasenotes/notes/rpc-workers-4941f3b9136418df.yaml b/releasenotes/notes/rpc-workers-4941f3b9136418df.yaml new file mode 100644 index 00000000..3714e2f4 --- /dev/null +++ b/releasenotes/notes/rpc-workers-4941f3b9136418df.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + The BGP service plugin RPC queue has been added to RPC workers, like + it is done in other Neutron service plugins (l3-plugin, metering, etc.). + This fixes RPC requests and AMQP heartbeats not getting processed in + time, causing AMQP connection dropping, and other unpredictable unwanted + behavior. + See bug `1974057 `_. diff --git a/releasenotes/notes/static-scheduler-2288b8173f9357a6.yaml b/releasenotes/notes/static-scheduler-2288b8173f9357a6.yaml new file mode 100644 index 00000000..e03ceb26 --- /dev/null +++ b/releasenotes/notes/static-scheduler-2288b8173f9357a6.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Multiple issues in the implementation of the StaticScheduler have been + fixed that may have caused peers to be erroneously descheduled. + See bug `1980235 `_.