v.20.12Bug Fix

Fix race condition in determining cluster replication type for ON CLUSTER queries

In might be determined incorrectly if cluster is circular- (cross-) replicated or not when executing ON CLUSTER query due to race condition when pool_size > 1. It's fixed. #17640 (tavplubix).