v.21.7Bug Fix

Fix for ReplicatedMergeTree table handling ZooKeeper connection loss by force-stopping background operations

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).