We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While the search archiver is very busy downloading files from s3 (on the first startup), the connection to dmesh is dropped.
This sort of message is repeated over and over:
(etcd) dmesh keep alive loop terminating (etcd/etcd.go:364){"grant_id": 7420376530356006714} (etcd) peer deleted (etcd/etcd.go:423){"peer_key": "/v1/search/172.22.10.162:9000"} ","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"endpoint://client-f819cea7-fac0-4731-aa72-b8ded2722289/etcd1.service.march.consul.eosn.io:2379","attempt":0,"error":"rpc error: code = NotFound desc = etcdserver: requested lease not found"} (etcd) grant creation (etcd/etcd.go:264){"id": 7420376530356007243, "error": "", "ttl": 5}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While the search archiver is very busy downloading files from s3 (on the first startup), the connection to dmesh is dropped.
This sort of message is repeated over and over:
(etcd) dmesh keep alive loop terminating (etcd/etcd.go:364){"grant_id": 7420376530356006714}
(etcd) peer deleted (etcd/etcd.go:423){"peer_key": "/v1/search/172.22.10.162:9000"}
","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"endpoint://client-f819cea7-fac0-4731-aa72-b8ded2722289/etcd1.service.march.consul.eosn.io:2379","attempt":0,"error":"rpc error: code = NotFound desc = etcdserver: requested lease not found"}
(etcd) grant creation (etcd/etcd.go:264){"id": 7420376530356007243, "error": "", "ttl": 5}
The text was updated successfully, but these errors were encountered: