etcd
etcd copied to clipboard
Distributed reliable key-value store for the most critical data of a distributed system
If you see the bill-of-materials.json, you will see both `"github.com/grpc-ecosystem/grpc-gateway/v2"` and `"github.com/grpc-ecosystem/grpc-gateway"` https://github.com/etcd-io/etcd/blob/main/bill-of-materials.json#L264-L280 Can we please switch to `/v2` version as this is needed by the new otel libraries? ```...
### What happened? With etcd 3.5.3, running with `--experimental-initial-corrupt-check`, starting etcd with disk files that have had a few (p(flip) =~ 0.001) random bit flips can cause all kinds of...
If we look into tests results since we migrated Github Actions [commits on main branch](https://github.com/etcd-io/etcd/commits/main?branch=main) we get: * 7 out of 32 failures on [1st page](https://github.com/etcd-io/etcd/commits/main?before=2fb919bef908f4cdf9a841a7d9494614566335e0+35&branch=main) * 14 out of...
I use GRPC gateway to access etcd watching functionality. Namely, https://github.com/etcd-io/etcd/blob/master/Documentation/dev-guide/api_grpc_gateway.md#watch-keys . But I don't have any specifications on how should I separate JSONs in the response stream since it...
Hi, if a am correctly understand [Grpc Lock](https://etcd.io/docs/v3.5/dev-guide/api_concurrency_reference_v3/#service-lock-serveretcdserverapiv3lockv3lockpbv3lockproto) and source code of concurency.Mutex Grpc Lock service method Lock blocks other client until lock is unlocked(manually or lease is expires). Is...
Hi, Could you please take a look at this question on Stackoverflow. https://stackoverflow.com/questions/71966255/cant-connect-to-etcd-via-etcdctl Thanks, Tam
### What happened? After ETCD upgrade , in logs of one of the 3 node pod , we could see that Scheduled compaction was not started . We could see...
Hi! Periodically, the message grpc:Server.processUnaryRPC failed to write status:connection error:desc = "transport is closing" occurs. 2022-05-26 13:56:12.521 [INFO][117] felix/summary.go 100: Summarising 9 dataplane reconciliation loops over 1m1.9s: avg=25ms longest=104ms (resync-routes-v4,resync-routes-v4,resync-routes-v4,resync-routes-v4,resync-rules-v4,resync-wg)...
I want to access etcd restfull api with cpp client. In watch request, my demo code as follow runs ok. ``` cpp etcdserverpb::WatchRequest wr; auto* create_request = wr.mutable_create_request(); create_request->set_key(watch_key); create_request->set_range_end(range_end);...
### What happened? When I start the etcd service through the command, I need to add the certificate private, and the private must be in clear text, and the encrypted...