details = "failed to connect to all addresses"debug_error_string = "{"created":"@1595759187.224109373","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":4089,"referenced_errors":[{"created":"@1595759187.224107472...
./etcdctl --endpoints=localhost:2379,badendpoint:2379 defrag # Finished defragmenting etcd member[localhost:2379] # Failed to defragment etcd member[badendpoint:2379] (grpc: timed out trying to connect) Run defragment operations for all endpoints in the cluster associated with the default endpoint...
./etcdctl --endpoints=localhost:2379,badendpoint:2379 defrag # Finished defragmenting etcd member[localhost:2379] # Failed to defragment etcd member[badendpoint:2379] (grpc: timed out trying to connect) Run defragment operations for all endpoints in the cluster associated with the default endpoint...
{"action":"set","node":{"key":"/mykey","value":"this is test","modifiedIndex":16333,"createdIndex":16333},"prevNode":{"key":"/mykey","value":"this is test","modifiedIndex":14840,"createdIndex":14840}} * Connection #0 to host 127.0.0.1 left intact 1. 2. 3. 4. 5. 6....
I1224 10:14:19.015645 1 endpoint.go:68] ccResolverWrapper: sending new addresses to cc: [{https://127.0.0.1:2379 <nil> 0 <nil>}] W1224 10:14:19.016554 1 clientconn.go:1223] grpc: addrConn.createTransport failed to connect to {https://127.0.0.1:2379 <nil> 0 <nil>}. Err :connec...
connect_address: '192.168.1.100:5432'data_dir:/opt/pg13/data bin_dir:/usr/pgsql-13/bin authentication: replication: username: replica password: replica superuser: username: postgres password: postgres callbacks: on_start:/usr/patroni/patroni_callback.sh ...
上文我们简单介绍了 etcd 的基本概念和使用场景,本文就来介绍如何搭建 etcd 集群。在生产环境中,为了整个集群的高可用,etcd 正常都会以集群方式部署,避免单点故障。引导 etcd 集群的启动有以下三种机制: 静态 etcd动态发现 DNS发现 静态启动 etcd 集群要求每个成员都知道集群中的另一个成员。在许多情况下,群集成员的...
retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"passthrough:///localhost:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: connection error: desc = \"transport: Error while dialing dial tcp [::1]:2379: connect: ...
connect_address: 172.30.3.15:5432 data_dir: /var/lib/pgsql/16/data bin_dir: /usr/pgsql-16/bin authentication: replication: username: replica password: 111111 superuser: username: postgres password: 111111 tags: nofailover: false noloadbalance: false clonefrom: false nosync: false [postgres@...
log 文件的大小(以字节为单位) restapi: listen: 192.168.58.10:8008 connect_address: 192.168.58.10:8008 etcd: # Provide host to do the initial discovery of the cluster topology: # 必须指定host、hosts、url、proxy或 srv 之一 host: 192.168.58.10:2379 # etcd 端点的 host:port bootstrap: # this...