From c1bdd4fac7d304d1e30f31abea88b6045262eebe Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Mon, 1 Jun 2020 12:55:14 +0200 Subject: Don't fail all of an iteration of the device list retry loop on error (#7609) Without this patch, if an error happens which isn't caught by `user_device_resync`, then `_maybe_retry_device_resync` would fail, without retrying the next users in the iteration. This patch fixes this so that it now only logs an error in this case. --- changelog.d/7609.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7609.bugfix (limited to 'changelog.d') diff --git a/changelog.d/7609.bugfix b/changelog.d/7609.bugfix new file mode 100644 index 0000000000..e2eceeef0c --- /dev/null +++ b/changelog.d/7609.bugfix @@ -0,0 +1 @@ +Prevent an entire iteration of the device list resync loop from failing if one server responds with a malformed result. -- cgit 1.4.1