Fix for ReplicatedMergeTree table handling ZooKeeper connection loss by force-stopping background operations
Official CH changelog text
On ZooKeeper connection loss ReplicatedMergeTree table might wait for background operations to complete before trying to reconnect. It's fixed, now background operations are stopped forcefully. #25306 (tavplubix).