You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ingester: use a 64-bit hash to avoid collisions (#5276) (#5302)
* ingester: use a 64-bit hash to avoid collisions
We had this issue in the distributor, it it can happen in the
ingester too with live traces.
* Update changelog
* Add test for live traces collision
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
## main / unreleased
2
2
3
+
*[BUGFIX] Fix ingester issue where a hash collision could lead to spans stored incorrectly [#5276](https://github.com/grafana/tempo/pull/5276) (@carles-grafana)
4
+
3
5
# v2.8.0
4
6
5
7
*[CHANGE]**BREAKING CHANGE** Change default http-listen-port from 80 to 3200 [#4960](https://github.com/grafana/tempo/pull/4960) (@martialblog)
0 commit comments