-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
badger "cannot use generic type ristretto.Cache[K z.Key, V any] without instantiation" #14297
Labels
Comments
2 tasks
carsonip
added a commit
to carsonip/apm-server
that referenced
this issue
Oct 9, 2024
Unblock elastic#14292 to fix elastic#14280. Reverting beats instead of bumping beats to avoid elastic#14297.
This was referenced Oct 9, 2024
This was referenced Oct 9, 2024
This will be fixed once #11546 is fixed. I'll keep this open since this is about bumping beats but will post updates in the other issue |
This was referenced Oct 29, 2024
Can be closed by pinning to an older ristretto version #14469 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update-beats #14296 is pulling in latest beats (with badgerv4 dep after elastic/beats#40939 ) which pulls in
github.com/dgraph-io/ristretto v0.1.2-0.20240116140435-c67e07994f91
which contains a breaking change and compile error. See issue in ristretto dgraph-io/ristretto#394 and dgraph-io/ristretto#386ristretto has cut a v0.2.0 release before the breaking change, and v1 after. But this does not fix our use case.
Potential solutions
APM Server version (
apm-server version
): in PR branches e.g. #14296Provide logs (if relevant):
https://github.com/elastic/apm-server/actions/runs/11232054143/job/31222853639
The text was updated successfully, but these errors were encountered: