Commit Graph

  • c2313de3ec cleanup top level go.mod and go.sum files Benjamin Wang 2022-12-02 13:38:09 +08:00
  • 5503a9484a test: cleanup go.mod and go.sum files Benjamin Wang 2022-12-02 13:34:28 +08:00
  • 7ce21519fb test: update test to use the new raft module go.etcd.io/raft/v3 Benjamin Wang 2022-12-02 13:32:47 +08:00
  • ff337cc993 tools/etcd-dump-logs: generate go.mod and go.sum for the tool Benjamin Wang 2022-12-02 13:27:38 +08:00
  • bb6e892763 tools/etcd-dump-logs: update tool to use the new raft module go.etcd.io/raft/v3 Benjamin Wang 2022-12-02 13:10:35 +08:00
  • f54752b977 etcdutl: cleanup go.mod and go.sum files Benjamin Wang 2022-12-02 13:03:55 +08:00
  • f5b5d12dd3 etcdutl: updated etcdutl to use the new raft module go.etcd.io/raft/v3 Benjamin Wang 2022-12-02 13:02:31 +08:00
  • faff80a2b3 etcdserve: format the source code Benjamin Wang 2022-12-02 13:00:59 +08:00
  • 87e1ca2b9a etcdserver: cleanup go.mod and go.sum files Benjamin Wang 2022-12-02 09:41:51 +08:00
  • e9aa275b36 etcdserver: update etcdserver to use the new raft module go.etcd.io/raft/v3 Benjamin Wang 2022-12-02 09:33:45 +08:00
  • ccf5d3c1af Cleanup comment Marek Siarkowicz 2022-11-30 11:35:43 +01:00
  • eef1fb9246 Record delete request errors Marek Siarkowicz 2022-11-30 11:34:59 +01:00
  • 6be22d84ef Updated as per review feedback. Geeta Gharpure 2022-11-28 11:24:32 -08:00
  • de991a9f2d linearizability tests - Add support for delete api Geeta Gharpure 2022-11-17 14:19:04 -08:00
  • 571c65748e
    Merge pull request #14868 from Bhargav-InfraCloud/append-build-flags Marek Siarkowicz 2022-12-01 09:05:46 +01:00
  • 08dd8d2e0e lease: increase renew timeout to 10s Oskar Haarklou Veileborg 2022-12-01 08:57:23 +01:00
  • dadd7358f4 Makefile: Read GO_BUILD_FLAGS from env and prepend Bhargav Ravuri 2022-11-30 17:54:58 +05:30
  • 898415dc90
    Merge pull request #14871 from ahrtr/bump_x_20221130 Benjamin Wang 2022-11-30 18:17:58 +08:00
  • 0fd40769b7 lease: fix potential goroutine leak in lessor_test.go Oskar Haarklou Veileborg 2022-11-30 10:12:41 +01:00
  • 3f86db5e53 bump golang.org/x imports to address CVEs Benjamin Wang 2022-11-30 05:03:43 +08:00
  • fa495bcc6f tests: Trigger multiple failpoints at once Marek Siarkowicz 2022-11-29 16:38:26 +01:00
  • 61e9ec9833
    Merge pull request #14865 from ahrtr/fix_unit_test_20221129 Marek Siarkowicz 2022-11-29 10:56:49 +01:00
  • fae9435b66 test: fix unit test Instability Benjamin Wang 2022-11-29 06:48:11 +08:00
  • 319651b784
    Merge pull request #14862 from ahrtr/add_log_open_wal_failure_20221128 Benjamin Wang 2022-11-29 06:10:16 +08:00
  • cf171fdd1d
    Merge pull request #14828 from ahrtr/identify_corrupted_member_20221123 Benjamin Wang 2022-11-29 06:08:25 +08:00
  • fc65d9b478 add more debug info for opening WAL files failure Benjamin Wang 2022-11-28 15:17:47 +08:00
  • 686846ec65 add more debug info for opening WAL files failure Benjamin Wang 2022-11-28 15:05:43 +08:00
  • fccb3f7a6b add more debug info for opening WAL files failure Benjamin Wang 2022-11-28 15:17:47 +08:00
  • 6a156bd555
    Merge pull request #14859 from serathius/gofail-cleanup Marek Siarkowicz 2022-11-27 21:12:43 +01:00
  • 1503f46fd5
    Merge pull request #14861 from fuweid/deflake-transport-timeout-case Marek Siarkowicz 2022-11-27 21:06:28 +01:00
  • dd4d69ca91 tests: Cleanup gofail Marek Siarkowicz 2022-11-26 11:41:34 +01:00
  • cd9ade5403 client/pkg/transport: fix typo in _test.go Wei Fu 2022-11-27 22:10:06 +08:00
  • 8a88660262 client/pkg/transport: deflake TestWriteReadTimeoutListener Wei Fu 2022-11-27 21:37:50 +08:00
  • d545d603e9 test: update both unit test and e2e/integration test for CompactHashCheck Benjamin Wang 2022-11-26 06:24:56 +08:00
  • 6049af072c etcdserver: intentionally set memberID as 0 when can't identify the corrupted member Benjamin Wang 2022-11-26 06:08:58 +08:00
  • e95e82f0b9 etcdserver: added a summary for the CompactHashCheck method Benjamin Wang 2022-11-26 05:52:45 +08:00
  • 85fc09d09b etcdserver: resolve review comments in PR 14828 Benjamin Wang 2022-11-23 15:43:46 +08:00
  • 7b19ee6396 test: add integration test to cover the multiple member corruption case Benjamin Wang 2022-11-23 13:42:45 +08:00
  • a3197102e9 test: rollback the change in PR pull/14824 Benjamin Wang 2022-11-23 13:21:12 +08:00
  • 8b98fee9ce etcdserver: detect corrupted member based on quorum Benjamin Wang 2022-11-23 13:11:21 +08:00
  • cdb9b8b2a0
    Merge pull request #14858 from ahrtr/fix_release_failure_20221126 Marek Siarkowicz 2022-11-26 12:32:14 +01:00
  • 72b9d1d31b fix release pipeline failure Benjamin Wang 2022-11-26 18:40:54 +08:00
  • 08cb83ab87
    Merge pull request #14856 from ahrtr/bump_testify_20221126 Marek Siarkowicz 2022-11-26 11:11:32 +01:00
  • 285e44378f bump github.com/stretchr/testify from v1.7.2 to v1.8.1 Benjamin Wang 2022-11-26 10:51:32 +08:00
  • 488e5413d7
    Merge pull request #14812 from ahrtr/add_hash_revision_etcdctl_20221121 Benjamin Wang 2022-11-25 19:36:27 +08:00
  • 9a7f9609d6 etcdctl: changed 'revision' to 'hash_revision' in hashkv table output Benjamin Wang 2022-11-25 18:59:49 +08:00
  • f2d765d247 etcdctl: update the examples for endpoint hashkv command in readme Benjamin Wang 2022-11-22 06:10:00 +08:00
  • cd15507c65 test: enhance case TestEndpointHashKV to check both hash and hashRevision Benjamin Wang 2022-11-21 09:21:31 +08:00
  • 3b50c60dd7 changelog: cover the change of adding HashRevision into HashKVResponse Benjamin Wang 2022-11-21 08:41:55 +08:00
  • 48b8210044 etcdctl: display HashRevision for 127.0.0.1:2379, 1084519789 command Benjamin Wang 2022-11-21 08:38:50 +08:00
  • 5454ca67bd
    Merge pull request #14852 from ahrtr/remove_memberid_alarm_3.5_20221125 Benjamin Wang 2022-11-25 18:14:19 +08:00
  • 590911dfe3
    Merge pull request #14847 from mkumatag/fix_expect Piotr Tabor 2022-11-25 10:39:25 +01:00
  • bad80dc2de
    Merge pull request #14854 from ahrtr/changelog_memberid_20221125 Benjamin Wang 2022-11-25 17:01:18 +08:00
  • c619e2705e
    Merge pull request #14853 from ahrtr/remove_memberid_alarm_3.4_20221125 Benjamin Wang 2022-11-25 17:01:02 +08:00
  • 8e3b87b61f changelog: add items for both 3.4 and 3.5 changelog to cover the case of removing memberid from corrupt alarm Benjamin Wang 2022-11-25 16:28:38 +08:00
  • ba122c9d56 etcdserver: intentionally set the memberID as 0 in corruption alarm Benjamin Wang 2022-11-25 15:43:44 +08:00
  • 2f4f7328d0 etcdserver: intentionally set the memberID as 0 in corruption alarm Benjamin Wang 2022-11-25 15:58:23 +08:00
  • 0bc46ec92c
    fix TestSignal test Manjunath Kumatagi 2022-11-24 07:43:18 +00:00
  • f18ac02e0f
    Merge pull request #14834 from fuweid/bump-grpc-1.51 Marek Siarkowicz 2022-11-24 09:07:56 +01:00
  • ee10329c84 etcdutl: add check broken command to check whether the data file is broked new-dream 2022-11-24 10:56:54 +08:00
  • b6a3594710
    Merge pull request #14840 from Bhargav-InfraCloud/copyright-check-in-test-files Benjamin Wang 2022-11-24 06:03:21 +08:00
  • dbfe42bbd2 comments: fix comments as per goword in go _test pkg files Bhargav Ravuri 2022-11-24 00:03:00 +05:30
  • 18463081ad scripts: go_srcs_in_module to list test packages files Bhargav Ravuri 2022-11-23 23:47:11 +05:30
  • 5a606fb9a6
    doc: add setup steps for client dev environment Abhishek Choudhary 2022-11-23 23:38:22 +05:30
  • 2feec4fe68 comments: fix comments as per goword in go test files Bhargav Ravuri 2022-11-23 22:45:42 +05:30
  • cc77eb1011 scripts: go_srcs_in_module to list go source + test files Bhargav Ravuri 2022-11-23 21:40:32 +05:30
  • 2bfd3240ec server: optimizing memory overhead of copy operation in ConcurrentReadTxn new-dream 2022-11-23 22:43:15 +08:00
  • cf285ea3c7 bump grpc to v1.51.0 from v1.47.0 Wei Fu 2022-11-23 22:13:47 +08:00
  • b4a4d4cb20 Merge branch 'main-wal' of https://github.com/new-dream/etcd into main-wal new-dream 2022-11-23 22:14:55 +08:00
  • 1df7687606 wal: add wal-segment-size-bytes flags to limit size of each wal segment file new-dream 2022-11-23 22:14:34 +08:00
  • 51c0b4dff3
    Merge pull request #14825 from clarkfw/EtcdProcessClusterConfig-antipattern-name Marek Siarkowicz 2022-11-23 15:11:36 +01:00
  • 7ed371eefb wal: add wal-segment-size-bytes flags to limit size of each wal segment file new-dream 2022-11-23 21:27:34 +08:00
  • a47cdc3951
    Merge pull request #14831 from andrewcameronsims/add_copyright_header_issue-14827 Benjamin Wang 2022-11-23 17:56:42 +08:00
  • f656fa0f49 add missing copyright headers Andrew Sims 2022-11-23 18:45:02 +11:00
  • d5f2696a49 tests/common: migrate auth test Chao Chen 2022-10-26 23:32:57 -04:00
  • b298c85a34 tests: fix anti-pattern name in NewEtcdProcessCluster Clark 2022-11-23 00:32:10 +08:00
  • a87c993bdf
    Merge pull request #14824 from fuweid/deflake-TestCompactHashCheckDetectCorruption Marek Siarkowicz 2022-11-22 17:07:23 +01:00
  • 0b30e83b1d tests/integration: deflake Corruption cases Wei Fu 2022-11-22 22:08:31 +08:00
  • 5a39c0f6b9
    Merge pull request #14822 from shreemaan-abhishek/fix-comment Marek Siarkowicz 2022-11-22 15:18:42 +01:00
  • 0721d2f254
    client: update comment for clarity Abhishek Choudhary 2022-11-22 19:25:46 +05:30
  • d30883beb0
    rename variable Abhishek Choudhary 2022-11-22 12:08:52 +05:30
  • 0d6f42a41e
    client: remove hardcoded TTL value in log Abhishek Choudhary 2022-11-22 09:48:53 +05:30
  • 120b0a13f8
    client: eliminate global logger Abhishek Choudhary 2022-11-22 09:38:57 +05:30
  • 9cc2f645cb
    Merge pull request #14817 from serathius/changelog-v3.5.6 Marek Siarkowicz 2022-11-21 20:59:43 +01:00
  • d4316f34ac
    Merge pull request #14795 from falser101/fix/log_unstable Tobias Grieger 2022-11-21 20:57:05 +01:00
  • 9c47e10cca
    client: add log to notify default TTL value usage Abhishek Choudhary 2022-11-21 21:20:49 +05:30
  • 99e302e8ea Update changelog for v3.5.6 release Marek Siarkowicz 2022-11-21 16:11:15 +01:00
  • cecbe35ce0 version: bump up to 3.5.6 v3.5.6 tests/v3.5.6 server/v3.5.6 raft/v3.5.6 pkg/v3.5.6 etcdutl/v3.5.6 etcdctl/v3.5.6 client/v3.5.6 client/v2.305.6 client/pkg/v3.5.6 api/v3.5.6 Marek Siarkowicz 2022-11-21 15:54:14 +01:00
  • d0424a7bf1
    Merge pull request #14816 from serathius/trim-v3.5 Marek Siarkowicz 2022-11-21 15:46:06 +01:00
  • 16862fa0bf
    Merge pull request #13552 from dbussink/small-build-improvement Marek Siarkowicz 2022-11-21 15:45:44 +01:00
  • 1a9742c9c4 release: build with consistent paths Dirkjan Bussink 2021-12-22 09:59:40 +01:00
  • c26dabacbd
    release: build with consistent paths Dirkjan Bussink 2021-12-22 09:59:40 +01:00
  • bd6b4350c5 release: build with consistent paths Dirkjan Bussink 2021-12-22 09:59:40 +01:00
  • ddd65e7fe2
    Merge pull request #14803 from ahrtr/experimental_flag Benjamin Wang 2022-11-19 02:40:50 +08:00
  • ebfcaaed34 test: fix the test failures in e2e/warning_logging_test.go Benjamin Wang 2022-11-18 14:34:43 +08:00
  • de6b5797ed feat: raft/log_unstable_test use testify packages in tests jianfei.zhang 2022-11-17 14:27:01 +08:00
  • 8265e9fe55 etcdserver: resolve the changelog comment Benjamin Wang 2022-11-18 14:11:58 +08:00
  • 7e8ebf7727 server: added duplicate warning-unary-request-duration flag Bogdan Kanivets 2022-09-01 11:00:18 -07:00
  • 07a3cfe22e
    Merge pull request #14804 from ahrtr/update_gofail Marek Siarkowicz 2022-11-18 11:02:26 +01:00
  • 663581b37a server: added duplicate warning-unary-request-duration flag Bogdan Kanivets 2022-09-01 11:00:18 -07:00