Code: 279. DB::NetException: All connection tries failed.
Problemremote() or remoteSecure() table function allows the access of remote table from another ClickHouse node.
When using these functions on a node that is located more than 100ms (latency wise) away from the remote node, it is common to encounter a timeout error.
For example:
connect_timeout_with_failover_secure_ms to a higher value (e.g. 1 second) from the default 100ms.