Xiang

Results 70 comments of Xiang

@owenliang @AlanLi7991 这份代码干净么?我有点兴趣维护一份 server 端代码。

Any progress on this?

``` Fabian Reinartz [8:01 AM] Also don't worry about about client-side histograms (a.k.a summaries) [8:01] provide a summary type but only do the _count and _sum metrics and skip the...

Not exactly sure what you mean. But if you think there can be some performance gains, can you try to modify the code and do some benchmark to show the...

> As a workaround I create a file in /tmp upon startup if it doesn't exist, then copy the content into that file and then supply this file to bbolt.Open,...

I chatted with both Lamport/Yuan in 2015 to discuss this issue (https://www.microsoft.com/en-us/research/publication/specifying-and-verifying-systems-with-tla/) Here is the "conclusion" from them: > There were multiple efforts in the past to compile TLA+ spec...

Normal ops do not matter that much. They are bounded by gRPC and disk performance more likely as etcd batches requests aggressively and the read path would probably not even...

/cc @FillZpp Can you take a look? Thanks!

Hit the same issue with containerd 1.7.11 with AWS ECR See ``` Warning Failed 58m kubelet Failed to pull image "xxx": rpc error: code = Unavailable desc = error reading...

@serathius Two things: 1. Yes. Clock drifts between different nodes should not affect etcd v3. We designed it that way and that is why all the leases get renewed/extended automatically...