v.25.12Bug Fix (user-visible misbehavior in an official stable release)
Fix possible logical error upon receiving another
Fix possible logical error upon receiving another read request from a replica after a response with thefinish=trueflag was sent. This was possible due to a logical race condition withinMergeTreeReadPoolParallelReplicas, although it was very unlikely to occur. #90921 (Nikita Taranov).