Piotr Tabor

Results 64 comments of Piotr Tabor

@randall77 I think we a lot of people find this thread looking for an alternative to: ``` debug.WriteHeapDump(f.Fd()) ``` that allows to dump the heap without stopping the process to...

Please run `./scripts/fix.sh` to fix the `mod tidy` problems causing a Static Analysis to fail.

@xiang90 The functional tests (https://travis-ci.com/github/etcd-io/etcd/jobs/502908317) looks to me to be a failure injection tests in practice. Do you mean these tests, or there are other tests ?

I hope/think mandatory steps for v3.5 are done.

No windows experience, but would look around firewalls & port binding permissions. Is there `netstat` on windows to show what ports are open by each process ?

+1 to migration to v3. 1. v3.4 is rather EOL. We cherry pick there security patches, but not semantical improvements. I'm a little bit concerned that `Http1Fast` might bring unexpected...

I'm sorry, I don't understand. Do you mean that you application was working correctly over V2 API and not hitting the limites, and the problem started when the traffic becomes...

Makes sense. It seems that `etcd/client/v3` (especially op.go) pretty well abstracts etcd client surface (v3) from actual proto-generated API, so it should be possible to upgrade to proto-v2 compatible proto...

`make test-smoke` and `make test-full` are short cut's for O(1min) feedback and full feedback comparable with github presubmits respectively.

Release v3.6-alpha SGTM: - [ ] I assume we don't plan to create release-3.6 branch yet and we keep main as the integration point for features for v3.6. - [...