From 898655fd1240138600c96cfa763603c3e5ca3e0e Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 16 Nov 2023 12:32:17 +0000 Subject: More efficiently handle no-op POSITION (#16640) We may receive `POSITION` commands where we already know that worker has advanced past that position, so there is no point in handling it. --- changelog.d/16640.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16640.misc (limited to 'changelog.d') diff --git a/changelog.d/16640.misc b/changelog.d/16640.misc new file mode 100644 index 0000000000..3b1cc2185d --- /dev/null +++ b/changelog.d/16640.misc @@ -0,0 +1 @@ +More efficiently handle no-op `POSITION` over replication. -- cgit 1.4.1