clickhouse Server version 22.8.9
when execute the following query :
SELECT *
FROM s3Cluster('test_mydb_shard', 'http://xxx.xxx.com/costable/testinfo*.pq', 'appid', 'appkey', 'Parquet', 'name String,value UInt32')
get the error response:
Received exception from server (version 22.8.9):
Code: 210. DB::Exception: Received from localhost:9000. DB::NetException. DB::NetException: Connection refused (192.168.137.67:9000): While executing Remote. (NETWORK_ERROR)
when use the cluster table function, if it can tolerate the broken of some replicas ,it will be more perfect