Anthony Romano

Results 27 comments of Anthony Romano

@qw4990 do you have some example code that triggers the breakage?

@zsounder is there a simple test program that can reproduce this?

@mitake special roles probably won't be flexible enough. Could roles encode the rpc permissions? Something like: ``` message ServicePermission { string service = 1; string procedure = 2; } message...

@youngnick authorizing RPCs like compaction with non-root roles would be fine to have, but it's not urgent

etcd doesn't reason about the network topology enough for that case. Even if B triggered a new election there's no guarantee A and C won't elect A again; it's surprising...

@rinsozheng no, not yet; etcd doesn't reason about the network topology enough to do that.

This might be a client bug related to name resolution failure that's causing it to hang on dial out. It doesn't look proxy-specific.

@clusc is there an easy way to reproduce this issue?

There have been performance improvements since then on both etcd and zetcd, but another round of benchmarks would be needed to quantify the impact. If performance has gotten worse, there's...

Changes look OK; have you tried the cross-checked integration tests with `go test -tags xchk,docker`?