Benjamin Wang
ed994248e0
Merge pull request #17228 from siyuanfoundation/txBuf1
...
Fix tx buffer inconsistency if there are duplicate keys in one tx.
2024-01-12 18:34:35 +00:00
Marek Siarkowicz
40f22e9319
Merge pull request #17176 from YaoC/fix-learner-metric
...
server: fix learner metric incorrect issue
2024-01-12 17:37:46 +01:00
Benjamin Wang
8b9e1799ad
Merge pull request #17236 from ahrtr/bump_core_dependencies_20240112
...
Bump core dependencies bbolt and raft
2024-01-12 16:29:18 +00:00
Benjamin Wang
cf648e8503
bump raft to v3.6.0-alpha.0
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-01-12 15:30:11 +00:00
Benjamin Wang
f2ada58144
bump bbolt to 1.4.0-alpha.0
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-01-12 15:27:48 +00:00
Benjamin Wang
b2cc2fb6e5
Merge pull request #17234 from ahrtr/contribution_20240112
...
Update contributing guide to ensure there is an associated issue for each PR
2024-01-12 12:05:02 +00:00
Benjamin Wang
f7d264d1ef
update contributing guide to ensure there is an associated issue for each PR
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-01-12 10:36:10 +00:00
YaoC
f7ab7adf29
server: fix learner metric incorrect issue
...
Signed-off-by: YaoC <chengyao09@hotmail.com>
2024-01-12 09:36:33 +00:00
Siyuan Zhang
971a4f57cc
add key dedupe when a write buffer writeback to an empty read buffer bucket.
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-01-11 11:31:09 -08:00
Siyuan Zhang
8d29b245a3
add test cases of duplicate keys in one tx.
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-01-11 11:31:03 -08:00
Benjamin Wang
b3bf59a355
Merge pull request #17195 from siyuanfoundation/txBuf1
...
Fix delete inconsistencies in read buffer
2024-01-11 08:21:47 +00:00
Siyuan Zhang
db61c9695d
commit bbolt transaction if there is any pending deleting operations
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-01-10 09:33:21 -08:00
Siyuan Zhang
b3a5307640
add tests to test tx delete consistency.
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-01-10 09:33:13 -08:00
Benjamin Wang
85bc29388a
Merge pull request #17209 from etcd-io/dependabot/github_actions/github/codeql-action-3.23.0
...
build(deps): bump github/codeql-action from 3.22.12 to 3.23.0
2024-01-10 10:26:20 +00:00
Benjamin Wang
8e2ba574e4
Merge pull request #17174 from jmhbnz/adopt-kubernetes-priorities
...
Adopt kubernetes issue priorities
2024-01-10 10:18:00 +00:00
Benjamin Wang
a73078928d
Merge pull request #17219 from devincd/fix-usage
...
Fix Struct Config has methods on both value and pointer receivers. Such usage is not recommended by the Go Documentation.
2024-01-10 09:47:05 +00:00
Benjamin Wang
75f8d42f7a
Merge pull request #17225 from sharathsivakumar/shsi/dep_mgmt
...
docs: update rotation worksheet
2024-01-10 07:18:47 +00:00
Sharath Sivakumar
7c87fc9aa7
docs: update rotation worksheet
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2024-01-09 21:22:15 +01:00
Benjamin Wang
61c70c0d96
Merge pull request #17220 from sharathsivakumar/shsi/bump_deps_12
...
Bump dependencies manually
2024-01-09 19:25:47 +00:00
Benjamin Wang
1800796359
Merge pull request #17221 from fuweid/update-changelog
...
CHANGELOG: update changes for v3.4.29
2024-01-09 19:04:36 +00:00
Sharath Sivakumar
28f4c6fef6
dependency: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.1 to 2.19.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2024-01-09 16:26:47 +01:00
Wei Fu
6706d9de2a
CHANGELOG: update changes for v3.4.29
...
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2024-01-09 23:22:18 +08:00
Sharath Sivakumar
98646057d6
dependency: bump golang.org/x/sys from 0.15.0 to 0.16.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2024-01-09 16:04:19 +01:00
devincd
931687f87e
fix Struct Config has methods on both value and pointer receivers. Such usage is not recommended by the Go Documentation.
...
Signed-off-by: devincd <505259926@qq.com>
2024-01-09 17:42:59 +08:00
dependabot[bot]
ac6369d3a7
build(deps): bump github/codeql-action from 3.22.12 to 3.23.0
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.22.12 to 3.23.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](012739e508...e5f05b81d5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 17:11:17 +00:00
Marek Siarkowicz
a2eb17c809
Merge pull request #17199 from serathius/dont-flock
...
Don't flock snapshot files
2024-01-08 15:03:29 +01:00
Benjamin Wang
3a8e90c4c8
Merge pull request #17200 from iiamabby/yamllint-install
...
Automate installation of yamllint
2024-01-06 14:03:47 +00:00
Wenjia
1707d79eae
Merge pull request #17103 from moficodes/patch-17045
...
Update arm64 infra guide standard `arm64` runner definition
2024-01-05 13:21:57 -06:00
Marek Siarkowicz
970abc211e
Merge pull request #17152 from serathius/logs-recover-backend
...
Improve logs around recovering snapshot backend and add an e2e test
2024-01-05 15:38:58 +01:00
=
dbfacb4260
Ensure bin directory exists for protoc install
...
Co-authored-by: James Blair <mail@jamesblair.net>
Signed-off-by: = <abby.crimlis@outlook.com>
2024-01-05 10:29:34 +13:00
=
b103d46ce7
Automate installation of yamllint
...
Co-authored-by: James Blair <mail@jamesblair.net>
Signed-off-by: = <abby.crimlis@outlook.com>
2024-01-05 10:04:03 +13:00
Marek Siarkowicz
3471ef133d
Add an e2e test and robustness failpoint around recovering from snapshot backend
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-01-04 15:25:24 +01:00
Marek Siarkowicz
7f8346b3f2
Don't flock snapshot files
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-01-04 14:53:44 +01:00
James Blair
06f7db1b09
Update roadmap to use new issue priorities.
...
Signed-off-by: James Blair <mail@jamesblair.net>
2024-01-04 04:45:49 +13:00
Benjamin Wang
2b19cd118b
Merge pull request #17193 from jmhbnz/improve-workflow-autonomy
...
Enable org members to approve workflows for backports
2024-01-03 10:25:57 +00:00
James Blair
8444ea163f
Delegate approvals for backport workflows.
...
Signed-off-by: James Blair <mail@jamesblair.net>
2024-01-03 20:12:49 +13:00
Benjamin Wang
f66b95d3b1
Merge pull request #17191 from ahrtr/dependency_20240102
...
[2024-01-02] Bump dependencies
2024-01-02 19:38:44 +00:00
Benjamin Wang
b22b8ec3c2
bump github.com/mikefarah/yq/v4 to v4.40.5
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-01-02 16:56:04 +00:00
Benjamin Wang
8e7984cbc4
bump go.uber.org/multierr to v1.11.0
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-01-02 16:54:54 +00:00
Benjamin Wang
553d88cfd3
bump github.com/prometheus/client_golang to v1.18.0
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-01-02 16:52:42 +00:00
Benjamin Wang
f8d5ba9a3f
Merge pull request #17106 from ivanvc/cert_20231103
...
Replace the deprecated `x509.ParseCRL` with `x509.ParseRevocationList`
2023-12-29 19:57:41 +00:00
Benjamin Wang
dc26e816fd
Merge pull request #17156 from etcd-io/ptabor-patch-1
...
Update OWNERS: Retire ptabor
2023-12-28 21:18:26 +00:00
Piotr Tabor
164d4b945b
Update README.md
...
Add Piotr Tabor as emeritus.
Signed-off-by: Piotr Tabor <piotr.tabor@gmail.com>
2023-12-28 21:12:14 +01:00
Piotr Tabor
7d6665981e
Update OWNERS: Retire ptab
...
Hi,
I think, it's a high time for me to retire. No contributions over last 6m.
There is a hope, I will be back working on etcd, but over last 6m it kept being just 2 months away.
Thank you all,
Piotr
Signed-off-by: Piotr Tabor <piotr.tabor@gmail.com>
2023-12-28 21:12:14 +01:00
James Blair
8ec4b290d6
Document issue prioritisation labels.
...
Signed-off-by: James Blair <mail@jamesblair.net>
2023-12-29 04:57:22 +13:00
Benjamin Wang
93530f6e0a
Merge pull request #17167 from etcd-io/dependabot/github_actions/github/codeql-action-3.22.12
...
build(deps): bump github/codeql-action from 3.22.11 to 3.22.12
2023-12-27 18:24:04 +00:00
Benjamin Wang
670e25ae12
Merge pull request #17172 from sharathsivakumar/shsi/bump_deps_11
...
Manually bump dependencies
2023-12-27 17:41:40 +00:00
Sharath Sivakumar
c21b966478
dependency: bump google.golang.org/protobuf from 1.31.0 to 1.32.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-27 17:27:40 +01:00
Sharath Sivakumar
7643204e36
dependency: bump go.uber.org/zap from 1.24.0 to 1.26.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-27 16:51:59 +01:00
Sharath Sivakumar
dc17043d2e
dependency: bump github.com/prometheus/common from 0.44.0 to 0.45.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-27 16:49:22 +01:00