Skip to content

Commit 0e5158c

Browse files
Chitchat update fixing bug that was triggering many gossip grpc (quickwit-oss#6082)
Co-authored-by: fulmicoton <paul.masurel@datadoghq.com>
1 parent 09e7159 commit 0e5158c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quickwit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ bitpacking = "0.9.3"
9191
bytes = { version = "1", features = ["serde"] }
9292
bytesize = { version = "1.3", features = ["serde"] }
9393
bytestring = "1.5"
94-
chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "bd54c81" }
94+
chitchat = "0.10.0"
9595
chrono = { version = "0.4", default-features = false, features = [
9696
"clock",
9797
"std",

quickwit/quickwit-cluster/src/grpc_gossip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async fn perform_grpc_gossip_rounds<ClusterServiceClientFactory, Fut>(
147147
},
148148
)
149149
});
150-
chitchat_guard.reset_node_state(
150+
chitchat_guard.reset_node_state_if_update(
151151
&chitchat_id,
152152
key_values,
153153
proto_node_state.max_version,

0 commit comments

Comments
 (0)