-
Notifications
You must be signed in to change notification settings - Fork 79
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
Knowhere cannot be compiled using clang-19 #822
Comments
@PwzXxm Do you know why we have GRPC in knowhere? I don't think we need that |
One possible reason is that opentelemetry-cpp depends on gRPC. It could be excluded if we built knowhere standalone, maybe? |
To my understanding, we didn't use GRPC in our usage of opentelemetry-cpp. Is there any compilation flag to avoid including that in? |
This wont' fix the problem with milvus, because milvus relies on gRPC as well. gRPC needs to be upgraded, I suppose? |
Alex's right. cc @yellow-shine |
Based on the Conan dependency graph for the Milvus project, we can observe the following relationships for the Required by:
below is how i got this:
|
@yellow-shine Do I get it correct that it is not very straightforward to upgrade grpc / libraries versions for milvus? Technically, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with |
/reopen |
@alexanderguzhva: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The particular version of
clang-19
is20240903024120+0c641568515a
.The error is the following:
I do not have such a problem with
clang-17
orclang-18
Do WE REALLY need GRPC is knowhere?
The text was updated successfully, but these errors were encountered: