Skip to content

Commit 4f172ba

Browse files
authored
Update dskit (#11098)
* Update dskit to get -memberlist.notify-interval fix Signed-off-by: Marco Pracucci <[email protected]> * Add CHANGELOG entry Signed-off-by: Marco Pracucci <[email protected]> --------- Signed-off-by: Marco Pracucci <[email protected]>
1 parent 1046ec8 commit 4f172ba

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* [BUGFIX] Querier: Fix issue where an entire store-gateway zone leaving caused high CPU usage trying to find active members of the leaving zone. #11028
3737
* [BUGFIX] Query-frontend: Fix blocks retention period enforcement when a request has multiple tenants (tenant federation). #11069
3838
* [BUGFIX] Query-frontend: Fix `-query-frontend.query-sharding-max-sharded-queries` enforcement for instant queries with binary operators. #11086
39+
* [BUGFIX] Memberlist: Fix hash ring updates before the full-join has been completed, when `-memberlist.notify-interval` is configured. #11098
3940

4041
### Mixin
4142

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/golang/snappy v1.0.0
2323
github.com/google/gopacket v1.1.19
2424
github.com/gorilla/mux v1.8.1
25-
github.com/grafana/dskit v0.0.0-20250401071008-be6e2457b99f
25+
github.com/grafana/dskit v0.0.0-20250403031535-0be3be83c30d
2626
github.com/grafana/e2e v0.1.2-0.20250306030804-b80b212be908
2727
github.com/hashicorp/golang-lru v1.0.2 // indirect
2828
github.com/influxdata/influxdb/v2 v2.7.11

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,8 @@ github.com/grafana-tools/sdk v0.0.0-20220919052116-6562121319fc h1:PXZQA2WCxe85T
12761276
github.com/grafana-tools/sdk v0.0.0-20220919052116-6562121319fc/go.mod h1:AHHlOEv1+GGQ3ktHMlhuTUwo3zljV3QJbC0+8o2kn+4=
12771277
github.com/grafana/alerting v0.0.0-20250325165008-58ba6c617ff0 h1:Px9S1OTPnPyXFcCQNjlghEkBLCrKZXNoDrnqHyC+Trw=
12781278
github.com/grafana/alerting v0.0.0-20250325165008-58ba6c617ff0/go.mod h1:IClWv5buV1QUQLbpkROr9XzdK83ofGF6K74UGep+t4o=
1279-
github.com/grafana/dskit v0.0.0-20250401071008-be6e2457b99f h1:4BP9gzpfrdjNpKf77G97rLyCFpN/J8E4mc+/7ryQyds=
1280-
github.com/grafana/dskit v0.0.0-20250401071008-be6e2457b99f/go.mod h1:C1GFHXokZCavEcP4A4TiUnViRWiIZ1WZIio6L3eYhW4=
1279+
github.com/grafana/dskit v0.0.0-20250403031535-0be3be83c30d h1:iAUEZKJtvf2R25WinsAoLmFtEb0MCZTSXo8S8M1cOBY=
1280+
github.com/grafana/dskit v0.0.0-20250403031535-0be3be83c30d/go.mod h1:C1GFHXokZCavEcP4A4TiUnViRWiIZ1WZIio6L3eYhW4=
12811281
github.com/grafana/e2e v0.1.2-0.20250306030804-b80b212be908 h1:l3pFNUs4heAhiXnMo0thaJQrNWeE4SgLqUOEUmZtC6A=
12821282
github.com/grafana/e2e v0.1.2-0.20250306030804-b80b212be908/go.mod h1:JVmqPBe8A/pZWwRoJW5ZjyALeY5OXMzPl7LrVXOdZAI=
12831283
github.com/grafana/franz-go v0.0.0-20241009100846-782ba1442937 h1:fwwnG/NcygoS6XbAaEyK2QzMXI/BZIEJvQ3CD+7XZm8=

vendor/github.com/grafana/dskit/kv/memberlist/memberlist_client.go

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)