From 873b890df2244c041c7fe06453100cc0782e9b4c Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Wed, 26 May 2021 13:55:09 -0700 Subject: [PATCH] Add changelog for #56273 --- changelog/56273.fixed | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/56273.fixed diff --git a/changelog/56273.fixed b/changelog/56273.fixed new file mode 100644 index 000000000000..d9431abcdc5d --- /dev/null +++ b/changelog/56273.fixed @@ -0,0 +1,4 @@ +Fix race condition in batch logic. Adds an option to `salt.client.LocalClient` +to keep listening between calls to `iter_cmd` and `iter_cmd_no_block`. This +prevents the event subscriber from purging cached events while the batch logic +iterates over batches.