Commit Graph

  • 7a7b668edb
    Merge pull request #12933 from wilsonwang371/shared_txReadBuffer Gyuho Lee 2021-05-24 16:38:14 -07:00
  • 9c82e8c72b server: set multiple concurrentReadTx instances share one txReadBuffer. Wilson Wang 2021-05-24 15:15:23 -07:00
  • 64b01a7a8d
    Enhance the root permission, when root role exist, it always return rootPerm. (#13006) 赵延 2021-05-25 05:58:00 +08:00
  • d2e04a7171
    Merge pull request #13034 from spzala/updatechangelog Piotr Tabor 2021-05-24 21:59:14 +02:00
  • 30a67850ce CHANGELOG: add missing default setting for grpc gateway flag Sahdev Zala 2021-05-24 13:30:09 -04:00
  • 06538eee8d
    Merge pull request #13032 from astromechza/patch-1 Piotr Tabor 2021-05-24 11:39:46 +02:00
  • 2ca308969d
    CHANGELOG: added missing entry for ClientCertFile Ben Meier 2021-05-24 10:08:28 +01:00
  • 184b0e5d49 add sleep interval AlexStocks 2021-05-20 11:31:17 +08:00
  • 0b97481f32 fix tyltr 2021-05-24 05:41:51 +08:00
  • 7ed100581e fix tyltr 2021-05-24 05:26:44 +08:00
  • 11bd318fcb fix tyltr 2021-05-23 18:32:39 +08:00
  • 775a979845 using stringutil.StringToBytes tyltr 2021-05-23 15:23:47 +08:00
  • 21056aa850 String2Bytes without mem-allocs tyltr 2021-05-23 15:08:11 +08:00
  • fe210be4fc
    Create analysis.yml tyltr 2021-05-23 14:00:09 +08:00
  • 80407703f8 comment tyltr 2021-05-23 13:54:04 +08:00
  • b253de637c optimize code tyltr 2021-05-23 13:43:04 +08:00
  • b2e9796c73 string2bytes without mem-allocs tyltr 2021-05-23 13:35:33 +08:00
  • e05daf2484 restore keyIndex lock from rwlock to mutex AlexStocks 2021-05-22 19:39:04 +08:00
  • 76c3f4967e keyIndex: mutex -> rwMutex AlexStocks 2021-05-22 17:47:52 +08:00
  • 6c72c1b09c
    Merge pull request #13024 from timmyyuan/fix-goroutine-leak Piotr Tabor 2021-05-21 15:53:57 +02:00
  • 838be9c751 Omit the blank line Ting Yuan 2021-05-21 21:25:49 +08:00
  • 2d2a95c3fb Fix the format issue Ting Yuan 2021-05-21 21:23:38 +08:00
  • 1b700e5ed8 Fix the goroutine leak in StubServer --- Ting Yuan 2021-05-21 20:54:06 +08:00
  • e149da312a
    Merge pull request #13017 from gpavanb1/assert_replace Piotr Tabor 2021-05-21 11:30:07 +02:00
  • facba6c663 client: Replace nil value testing with assert.Nil Pavan BG 2021-05-21 14:18:01 +05:30
  • 25d3c1b068 *: Fixed go.sum Pavan BG 2021-05-21 13:28:43 +05:30
  • ce5bb69c28 client: Added missing packages Pavan BG 2021-05-20 21:44:12 +05:30
  • 319ef4aa42 client: Removed AssertEqual function Pavan BG 2021-05-20 21:33:07 +05:30
  • d223f9182c Enhance the root permission, when root role exist, it always return rootPerm. etcdctl role grant-permission root readwrite foo. see etcdctl role get root output. Before: Role root KV Read: foo KV Write: foo After: Role root KV Read: [, <open ended> KV Write: [, <open ended> horizonzy 2021-05-19 23:30:49 +08:00
  • d9c5e1f0a2 *: Replace internal testutil AssertEqual function in favour of github.com/stretchr/testify/assert.Equals Pavan BG 2021-05-20 19:55:45 +05:30
  • 2d4326429e Merge branch 'main' into feature/compact-bolt-sleep-interval AlexStocks 2021-05-20 14:07:33 +08:00
  • 526d84d45d add special periodical compaction AlexStocks 2021-05-20 21:03:13 +08:00
  • b29e8e47a6
    Merge pull request #13014 from lilic/functional-socket-reuse Piotr Tabor 2021-05-20 15:00:43 +02:00
  • e299264cf3
    Merge pull request #13011 from lilic/socket-options-file Piotr Tabor 2021-05-20 13:50:21 +02:00
  • 0ee2aba910 .github/workflows/functional.yaml: Adjust to use new script Lili Cosic 2021-05-20 12:10:00 +02:00
  • b23ab1f759 tests/functional: Require same version of protoc everwhere Lili Cosic 2021-05-20 11:27:51 +02:00
  • fe2a9bd7e9 Update go.mod and go.sum files after running scripts Lili Cosic 2021-05-20 11:27:20 +02:00
  • cb8c0a0507 tests/functional/rpcpb/rpc.pb.go: Regenerate Lili Cosic 2021-05-20 11:24:37 +02:00
  • 13bf7b0766 tests/functional: Set socket-reuse-port and socket-reuse-address Lili Cosic 2021-05-20 11:24:03 +02:00
  • 41227b7a2b
    Merge pull request #13012 from gliptak/patch-2 Piotr Tabor 2021-05-20 12:38:38 +02:00
  • e0e4ddc268 test.sh: Reference test.sh instead of deprecated test Lili Cosic 2021-05-19 18:35:57 +02:00
  • 7957f4461d server/embed/config_test.go: Add unit test for socket options Lili Cosic 2021-05-19 18:35:37 +02:00
  • 8dfcc8ee35 Merge branch 'main' of https://github.com/etcd-io/etcd AlexStocks 2021-05-20 12:09:59 +08:00
  • 8bf6c7c3fa add compaction sleep interval AlexStocks 2021-05-20 11:31:17 +08:00
  • 96a1efded0
    Documentation/README simplification (#13007) Patrice Chalin 2021-05-19 20:51:51 -04:00
  • 204e87cfb8
    Correct typo Gábor Lipták 2021-05-19 17:53:00 -04:00
  • 73c530de83 client,server: Expose reuse-port and reuse-address so they can be Lili Cosic 2021-05-19 17:25:37 +02:00
  • b81e26faad Release notes template for v3.5 Patrice Chalin 2021-05-19 11:41:58 -04:00
  • 6d68f7841a limit tx lock scope AlexStocks 2021-05-19 23:47:46 +08:00
  • 4ed058bf70 limit tx lock scope AlexStocks 2021-05-19 23:44:21 +08:00
  • d9abde9689
    Documentation/README simplification Patrice Chalin 2021-05-19 11:37:56 -04:00
  • 5f60e0d799
    Merge pull request #12979 from horizonzy/enhance-role-output Hitoshi Mitake 2021-05-19 23:39:51 +09:00
  • 6ab56fc237 enhance GetRole output when role is 'root' and the response perm is nil. Before output: Role root KV Read: KV Write: horizonzy 2021-05-16 23:26:56 +08:00
  • c0d1450b45
    Merge pull request #13003 from gyuho/cherry-pick Gyuho Lee 2021-05-18 23:50:10 -07:00
  • c4ebac0c57 applyV2 should reapply on backend only once Piotr Tabor 2021-05-18 20:00:55 +02:00
  • 159d1916fe
    Merge pull request #12985 from ptabor/20210517-fix-not-a-learner-retries Piotr Tabor 2021-05-19 08:05:22 +02:00
  • 788bc5359d
    Merge pull request #13000 from ptabor/20210519-shouldApplyV3 Piotr Tabor 2021-05-19 02:09:36 +02:00
  • 16d51d8c26 Fix not retryable error codes from: Unavailable -> FailedPrecondition Piotr Tabor 2021-05-17 12:25:38 +02:00
  • 0a972a3f05 applyV2 should reapply on backend only once Piotr Tabor 2021-05-18 20:00:55 +02:00
  • 46b49a6ecf
    Merge pull request #12991 from ptabor/20210519-mlmhl-buffer-seq Piotr Tabor 2021-05-18 19:32:01 +02:00
  • 66752fef2f Represent bucket as object instead of []byte name. Piotr Tabor 2021-05-17 23:05:27 +02:00
  • 25d21e3679 add mutex for keyIndex AlexStocks 2021-05-18 22:24:08 +08:00
  • 379c361bc6 version: 3.5.0-beta.3 v3.5.0-beta.3 tests/v3.5.0-beta.3 server/v3.5.0-beta.3 raft/v3.5.0-beta.3 pkg/v3.5.0-beta.3 etcdutl/v3.5.0-beta.3 etcdctl/v3.5.0-beta.3 client/v3.5.0-beta.3 client/v2.305.0-beta.3 client/pkg/v3.5.0-beta.3 api/v3.5.0-beta.3 Sam Batschelet 2021-05-18 09:44:35 -04:00
  • 163d9fd6f4
    Merge pull request #12998 from hexfusion/cp-12997 Sam Batschelet 2021-05-18 08:20:41 -04:00
  • d06c97209c scripts: add missing etcdutl to release pipeline Sam Batschelet 2021-05-18 07:16:28 -04:00
  • 80ccb27ea5
    Merge pull request #12997 from hexfusion/fix-etcdutl-build Sam Batschelet 2021-05-18 07:36:22 -04:00
  • fe829fa461
    Merge pull request #12995 from ptabor/20210519-simplify-loggers Piotr Tabor 2021-05-18 13:22:47 +02:00
  • 86393ecfcd scripts: add missing etcdutl to release pipeline Sam Batschelet 2021-05-18 07:16:28 -04:00
  • 3dd577ec08 Simplify client's logger configuration in tests. Piotr Tabor 2021-05-18 11:12:21 +02:00
  • 1a8a063a31 version: 3.5.0-beta.2 v3.5.0-beta.2 tests/v3.5.0-beta.2 server/v3.5.0-beta.2 raft/v3.5.0-beta.2 pkg/v3.5.0-beta.2 etcdutl/v3.5.0-beta.2 etcdctl/v3.5.0-beta.2 client/v3.5.0-beta.2 client/v2.305.0-beta.2 client/pkg/v3.5.0-beta.2 api/v3.5.0-beta.2 Sam Batschelet 2021-05-18 06:32:19 -04:00
  • 62b731909f
    Merge pull request #12587 from mlmhl/buffer-search Piotr Tabor 2021-05-18 10:54:30 +02:00
  • e46bcb5ad9 version: 3.5.0-beta.1 v3.5.0-beta.1 Sam Batschelet 2021-05-17 21:50:03 -04:00
  • 6d451ab61d
    Merge pull request #12989 from gyuho/workflow Gyuho Lee 2021-05-17 14:58:22 -07:00
  • 535a9447ce
    Merge pull request #12990 from gyuho/backport Sam Batschelet 2021-05-17 17:12:47 -04:00
  • 84d9187dbf github/workflow: run arm64 tests for all branches startin from 3.5 Gyuho Lee 2021-05-17 13:46:30 -07:00
  • 2042d2abc4 use v2 api to update cluster version Chao Chen 2021-05-17 10:57:29 -07:00
  • 41b325a711 github/workflow: run arm64 tests for all branches startin from 3.5 Gyuho Lee 2021-05-17 13:46:30 -07:00
  • 1af7cb22f2
    Merge pull request #12988 from chaochn47/updateClusterVersionV2 Gyuho Lee 2021-05-17 13:43:36 -07:00
  • 8e9b77a2c7 Update CHANGELOG-3.5.md Chao Chen 2021-05-17 11:46:14 -07:00
  • 783c5ad2d2 use v2 api to update cluster version Chao Chen 2021-05-17 10:57:29 -07:00
  • e73facb7e2
    Merge pull request #12986 from ptabor/20210519-mlmhl-buffer-seq Piotr Tabor 2021-05-17 20:31:00 +02:00
  • cf54fab42f version: v3.5.0-beta.0 v3.5.0-beta.0 Sam Batschelet 2021-05-17 13:29:57 -04:00
  • c49444d5d0 *: Remove Changelog Sam Batschelet 2021-05-17 13:15:29 -04:00
  • eebe67d87d Rename seq to bucket2seq. Piotr Tabor 2021-05-17 17:29:44 +02:00
  • 4a2ffc2cbe Minor formatting fix on top of https://github.com/etcd-io/etcd/pull/12568 Piotr Tabor 2021-05-14 22:25:44 +02:00
  • 79eafb9719 backend: set seq flag for each bucket buffer mlmhl 2020-12-16 17:46:50 +08:00
  • 932d42b027
    Merge pull request #12971 from ptabor/20210514-split-etcdctl Piotr Tabor 2021-05-17 14:07:20 +02:00
  • 3f7a038656 Fixed documentation and scripts. Piotr Tabor 2021-05-16 18:21:53 +02:00
  • 949c1c224b Updated changelog. Piotr Tabor 2021-05-16 16:28:43 +02:00
  • d99d0df5a5 Adding etcdutl test coverage. Piotr Tabor 2021-05-16 16:01:07 +02:00
  • b6a8ae8372 add etcdutl version. make it cov-tests compatible. Piotr Tabor 2021-05-16 13:57:34 +02:00
  • c09aca1ba4 Split etcdctl into etcdctl (public API access) & etcdutl (direct surgery on files) Piotr Tabor 2021-05-14 13:50:31 +02:00
  • 1675101293
    Merge pull request #12981 from ptabor/20210516-fix-release-script Piotr Tabor 2021-05-17 11:35:21 +02:00
  • a1d856d402 rollback speakeasy yangxuanjia 2021-05-17 09:46:08 +08:00
  • aedf0f1417 remove speakeasy yangxuanjia 2021-05-17 09:43:14 +08:00
  • 2712c787ab Fix release script: add go mod tidy Piotr Tabor 2021-05-16 20:43:12 +02:00
  • f82b5cb776
    Bring back original NewZapCoreLoggerBuilder api. (#12973) Piotr Tabor 2021-05-16 19:26:10 +02:00
  • 9501e8e874
    Merge pull request #12980 from aaronjheng/typo Piotr Tabor 2021-05-16 16:18:46 +02:00
  • 549a0f656f
    docs: Fix typo in CHANGELOG Aaron Jheng 2021-05-16 21:44:57 +08:00
  • adcf580137
    Merge pull request #12976 from ptabor/20210516-fix-coverage Piotr Tabor 2021-05-16 15:27:38 +02:00