From c6eb1af82ce99953a9c909cbce2f37f2bd080c08 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Fri, 9 Jun 2023 16:17:13 +0200 Subject: [PATCH] docs: add changelog entry --- changes/ee/fix-10997.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ee/fix-10997.en.md diff --git a/changes/ee/fix-10997.en.md b/changes/ee/fix-10997.en.md new file mode 100644 index 000000000..08ccfbe43 --- /dev/null +++ b/changes/ee/fix-10997.en.md @@ -0,0 +1 @@ +The ClickHouse bridge had a problem that could cause messages to be dropped when the ClickHouse server is closed while sending messages even when the request_ttl is set to infinity. This has been fixed by treating errors due to a closed connection as recoverable errors.