Commit Graph

  • f48609ae52 github actions: Run e2e tests Marek Siarkowicz 2021-05-11 13:45:22 +0200
  • efc8505739 etcdserver: Implement running defrag if freeable space will exceed privided threshold Marek Siarkowicz 2021-05-10 13:50:09 +0200
  • 4bc1aa93e7 readme: Switch Travis CI test results badge to GitHub actions Marek Siarkowicz 2021-05-11 13:22:49 +0200
  • 7ae55cf981
    Merge pull request #12942 from ptabor/20210510-expect_debug_true-for-e2e Piotr Tabor 2021-05-10 19:47:57 +0200
  • 04c9e8b531 Run e2e tests with: EXPECT_DEBUG='true' Piotr Tabor 2021-05-10 16:09:49 +0200
  • 74d7d33b7c
    Merge pull request #12938 from serathius/test-go1.16.3 Piotr Tabor 2021-05-10 17:44:15 +0200
  • e892d6de46
    Merge pull request #12940 from ptabor/20210510-v2-warnings Piotr Tabor 2021-05-10 16:43:46 +0200
  • 269f22c837 Deprecate V2 API: --enable-v2 and v2v3 Piotr Tabor 2021-05-10 13:30:31 +0200
  • 5bad818c70
    Merge pull request #12919 from lilic/add-opentel-tracing Gyuho Lee 2021-05-10 07:09:33 -0700
  • da33b4034f github actions: Make github actions go1.16.3 tests blocking and remove them from travis Marek Siarkowicz 2021-05-10 12:15:08 +0200
  • 6bc125c8d9
    Merge pull request #12936 from serathius/pull_request Piotr Tabor 2021-05-10 12:05:24 +0200
  • 3cdd24221b CHANGELOG-3.5.md: Add Tracing entry Lili Cosic 2021-05-10 10:27:57 +0200
  • 1a718a958e Add initial Tracing with OpenTelemetry Lili Cosic 2021-04-30 16:44:10 +0200
  • f1082eec86 Trigger unit test workflow on pull_requests Marek Siarkowicz 2021-05-10 09:46:42 +0200
  • b9c000fb8f server/etcdmain: officially supports "arm64" Gyuho Lee 2021-05-08 02:26:50 -0700
  • a8f38ebd6f
    Merge pull request #12928 from gyuho/github-worker-arm64 Gyuho Lee 2021-05-10 00:32:59 -0700
  • 3a04b2b61f github action: add ARM64 test with README Gyuho Lee 2021-05-08 01:48:05 -0700
  • 5f6f69c3cc
    Merge pull request #12932 from vvdvortsova/12821-fix-req-maybe-nil Piotr Tabor 2021-05-10 08:35:14 +0200
  • f5717016cf
    Merge pull request #12797 from lzhfromustc/3_23 Piotr Tabor 2021-05-10 08:29:17 +0200
  • c3303d94a4 embed: Added a check for an nil value of the request in ServeHTTP method. Fixed #12821 varvara dvortsova 2021-05-09 20:40:08 +0300
  • aeb9b5fc73
    Merge pull request #12855 from ptabor/20210409-backend-hooks Piotr Tabor 2021-05-08 09:34:31 +0200
  • 6decbe15db
    Merge pull request #12774 from hexfusion/add-log-rotate Sam Batschelet 2021-05-07 12:18:10 -0400
  • f178677765 CHANGELOG: server: add support for log rotation #12774 Sam Batschelet 2021-05-05 13:30:21 -0400
  • 82b2d5c67d server: add support for log rotation Sam Batschelet 2021-05-05 13:29:22 -0400
  • 4f87333230
    Merge pull request #12922 from serathius/actions Piotr Tabor 2021-05-07 09:31:23 +0200
  • e818f21790 Migrate PR testing from travis to GitHub actions Marek Siarkowicz 2021-05-06 14:37:30 +0200
  • 344c9f3930
    Merge pull request #12896 from wilsonwang371/profiling-txn2 Gyuho Lee 2021-05-06 01:59:14 -0700
  • 6bbc85827b
    Merge pull request #12917 from chaochn47/2021-05-03-backport-#12880 Piotr Tabor 2021-05-06 10:21:09 +0200
  • 8af8f6af27
    Merge pull request #12918 from iflamed/fix-doc-demo-bug Sam Batschelet 2021-05-05 17:01:43 -0400
  • a8a3eea56d
    fix doc demo bug 刘兵 2021-05-05 13:57:10 +0800
  • 7296a0708c
    Set ETCD_UNSUPPORTED_ARCH to ARM64 (#12557) odidev 2021-05-05 01:59:47 +0530
  • b32bc914ff
    learner support snapshot RPC (#12890) tangcong 2021-05-05 04:26:33 +0800
  • 98083ea914 server: add experimental flag for using shared buffer in transacton write Wilson Wang 2021-05-04 10:11:40 -0700
  • dbde4f2d5e Backport-3.4 exclude alarms from health check conditionally Chao Chen 2021-05-03 18:21:33 -0700
  • f1123d696c fixup! Unify shared code (and constants) with cindex package. Piotr Tabor 2021-05-04 16:51:59 +0200
  • a78d072b9a Simplify KVstore dependency on cindex. Piotr Tabor 2021-05-04 15:38:11 +0200
  • 2fb6f0a74b Simplify lease management after cindex update is moved to 'hooks'. Piotr Tabor 2021-04-28 08:49:40 +0200
  • 2dbecea5b2 Simplify KVStore interaction with cindex thanks to hooks. Piotr Tabor 2021-04-12 19:49:58 +0200
  • fe3254aee3 Remove explicit authStore->ConsistencyIndex updates, as they are taken care by hook. Piotr Tabor 2021-04-12 19:10:13 +0200
  • 50051675f9 Integrate backend::hooks with consistent_index. Piotr Tabor 2021-04-12 17:28:39 +0200
  • d53d2db1e2 Tests: Backend hooks support. Piotr Tabor 2021-04-09 18:43:13 +0200
  • 9f11b16b2d backend: Hooks interface & implementation. Piotr Tabor 2021-04-09 14:18:18 +0200
  • a3fc535a5a
    Merge pull request #12914 from ptabor/20210430-read-membership Piotr Tabor 2021-05-04 10:15:01 +0200
  • 56154216b7 update variable declaration location Wilson Wang 2021-05-03 10:19:33 -0700
  • eb128d2d8c
    Merge pull request #12916 from wpedrak/pass-mlock-during-defrag Gyuho Lee 2021-05-03 09:01:50 -0700
  • 6623c008ee server: reapply `Mlock` flag after defrag wpedrak 2021-05-03 11:01:02 +0200
  • c46e96d519
    Merge pull request #12910 from ptabor/20210430-zap-polish Piotr Tabor 2021-04-29 23:12:56 +0200
  • 3acf6e35b2 Finish migration zap.NewExample -> zaptest.NewLogger(t) in integration tests Piotr Tabor 2021-04-29 22:32:26 +0200
  • 451f65d661
    Merge pull request #12908 from ptabor/20210429-client-retry-logging Piotr Tabor 2021-04-29 19:25:04 +0200
  • cedbea6c81
    Merge pull request #12904 from wpedrak/limit_mlocked_memory Piotr Tabor 2021-04-29 18:21:24 +0200
  • ffea1537d4 ClientV3 tests use integration.NewClient that configures proper logger. Piotr Tabor 2021-04-29 17:12:12 +0200
  • 835643e6e2
    Merge pull request #12906 from ptabor/20210429-etcdctl-v2-backup-cindex-fix Piotr Tabor 2021-04-29 18:01:45 +0200
  • e908ef3da9
    Merge pull request #12903 from lilic/exit-on-signal-int Piotr Tabor 2021-04-29 16:22:41 +0200
  • 205a1a442a Read membership information from the backend. Piotr Tabor 2021-04-29 13:44:39 +0200
  • bc8d3f6639 Clientv3 (retry) logs should use the configured logger. Piotr Tabor 2021-04-29 12:57:09 +0200
  • 586b2383f4 etcdctl/ctlv3: Cleanup keys on signal interrupt of check perf Lili Cosic 2021-04-23 09:40:20 +0200
  • 1145c57601 server: replace mlockall with `Mlock` in `--experimental-memory-mlock` wpedrak 2021-04-29 12:08:52 +0200
  • 927b3a3152 server: replace mlockall with `Mlock` in `--experimental-memory-mlock` wpedrak 2021-04-28 16:00:04 +0200
  • e90504fe62 Unify shared code (and constants) with cindex package. Piotr Tabor 2021-04-29 09:34:54 +0200
  • f53b70facb Embed: In case KVStoreHash verification fails, close the backend. Piotr Tabor 2021-04-29 01:03:36 +0200
  • 2ad893b110 Integrate verification into e2e tests. Piotr Tabor 2021-04-28 23:23:45 +0200
  • 911204cd76 Fix `ETCDCTL_API=2 etcdctl backup --with-v3` consistent index consistency Piotr Tabor 2021-04-28 22:46:42 +0200
  • adc365e14f etcdctl2: backup command logging cleanup (zap) Piotr Tabor 2021-04-28 13:52:59 +0200
  • 8d8d0377a2 server: applier uses ReadTx instead of ConcurrentTx Wilson Wang 2021-04-25 18:06:40 -0700
  • 15715dcf1a
    Merge pull request #12902 from MakDon/release-3.4 Gyuho Lee 2021-04-28 11:05:35 -0700
  • ed4a87d541
    Merge pull request #12901 from ptabor/20210427-verification Piotr Tabor 2021-04-28 08:45:15 +0200
  • 7107cb9f86 fixup! Create 'datadir' package responsible for paths. Piotr Tabor 2021-04-28 08:44:06 +0200
  • c4b13a5c83 Integrate verification framework Piotr Tabor 2021-04-27 17:10:41 +0200
  • 47b28b600a Verification package: Verified given data-dir. Piotr Tabor 2021-04-27 17:06:47 +0200
  • 6f8f506cf4 Create 'datadir' package responsible for paths. Piotr Tabor 2021-04-25 14:25:24 +0200
  • d2722ff955
    Merge pull request #12820 from ptabor/20210326-membership-from-be Piotr Tabor 2021-04-28 07:53:42 +0200
  • 963d3b9369 etcdserver/mvcc: update trace.Step condition makdon 2021-04-28 11:35:49 +0800
  • 067521981e v2 etcdctl backup: producing consistent state of membership Piotr Tabor 2021-04-02 21:08:03 +0200
  • a70386a1a4 Simplify membership interface: Does not pass the 'unused' token. Piotr Tabor 2021-04-02 17:22:19 +0200
  • 4725567d5e e2e tests: More logging and expect adopted to 3.4. Piotr Tabor 2021-04-02 18:06:50 +0200
  • 7ae3d25f91 Membership: Add additional methods to trim/manage membership data in backend. Piotr Tabor 2021-04-02 18:01:26 +0200
  • aa6597384b etcd-dump-logs: Print full confState as json for debugging purposes. Piotr Tabor 2021-04-02 17:58:13 +0200
  • 768da490ed sever: v2store deprecation: Fix `etcdctl snapshot restore` to restore correct 'backend' (bbolt) context in aspect of membership. Piotr Tabor 2021-03-26 13:01:49 +0100
  • 06d6f09a8a
    Merge pull request #12894 from MakDon/patch-1 Gyuho Lee 2021-04-27 00:19:10 -0700
  • c4f7d578d8
    Merge pull request #12898 from tangcong/add-disk-io-failure-case Gyuho Lee 2021-04-26 14:37:53 -0700
  • 4fb22093a6 functional: add SHORT_TTL_LEASE_EXPIRE checker tangcong 2021-04-26 14:02:37 +0800
  • 16e38e49a9 functional: add FAILPOINTS_WITH_DISK_IO_LATENCY case tangcong 2021-04-26 12:07:05 +0800
  • 370f9cf3b9 fix: failed to get failpoints from member tangcong 2021-04-26 11:43:50 +0800
  • ddcb463822
    etcdserver/mvcc: update trace.Step condition Makdon 2021-04-25 23:07:45 +0800
  • 9a3aff6d8f
    Merge pull request #12889 from ptabor/20210423-deflake-TestFirstCommitNotification Piotr Tabor 2021-04-23 14:55:44 +0200
  • 9f559775b8 Deflake: TestFirstCommitNotification Piotr Tabor 2021-04-22 21:40:02 +0200
  • bd4f8e2b6c
    Merge pull request #12885 from ptabor/20210422-error-codes-context Piotr Tabor 2021-04-23 00:45:59 +0200
  • ba829044f5
    Merge pull request #12888 from chaochn47/2021-04-22-cherry-pick-12871 Piotr Tabor 2021-04-23 00:45:20 +0200
  • c4eb81af99 Backport-3.4 etcdserver/util.go: reduce memory when logging range requests Chao Chen 2021-04-22 15:07:41 -0700
  • 9a4b2bdccc Errors: `context cancelled` or `context deadline exceeded` are exposed as codes.Canceled, codes.DeadlineExceeded instead of 'codes.Unknown' Piotr Tabor 2021-04-22 12:57:23 +0200
  • cc52d994b7
    Merge pull request #12883 from ptabor/20210421-backend-refactor-testing Piotr Tabor 2021-04-21 12:29:01 +0200
  • d7d110b5a8 mvcc/backend tests: Refactor: Do not mix testing&prod code. Piotr Tabor 2021-04-09 15:49:50 +0200
  • ea287dd9f8
    Merge pull request #12854 from ptabor/20210410-shouldApplyV3 Piotr Tabor 2021-04-21 09:31:38 +0200
  • ce3dae6f83
    Merge pull request #12873 from ptabor/20210417-test-docker-gcloud Piotr Tabor 2021-04-21 09:30:02 +0200
  • 0f2c940f64
    Merge pull request #12880 from chaochn47/exclude_alarms_from_health_check Sam Batschelet 2021-04-20 21:18:15 -0400
  • ceafa1b33e
    Merge pull request #12882 from lilic/bump-go-12 Piotr Tabor 2021-04-20 23:33:23 +0200
  • b321c48b2d Update CHANGELOG-3.5.md Chao Chen 2021-04-20 13:17:26 -0700
  • 140ea4fa29 etcdhttp/metrics.go: exclude alarms from health check conditionally with ?exclude=NOSPACE Chao Chen 2021-04-20 13:17:09 -0700
  • 5890bc8bd6 .travis,Makefile,functional: Bump go 1.12 version to v1.12.17 Lili Cosic 2021-04-20 12:54:03 +0200
  • 8162d9cbdf
    Merge pull request #12876 from qsyqian/branch_management_link Piotr Tabor 2021-04-19 23:08:42 +0200