-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Bug]: failed to compile milvus due to in-compatible zstd-sys #31681
Labels
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Comments
longjiquan
added
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Mar 28, 2024
related issue: gyscos/zstd-rs#268 |
czs007
pushed a commit
that referenced
this issue
Mar 28, 2024
issue: #31681 pr: #31682 /kind improvement Signed-off-by: longjiquan <[email protected]>
This was referenced Mar 28, 2024
sre-ci-robot
pushed a commit
that referenced
this issue
Mar 29, 2024
issue: #31681 pr: #31688 Signed-off-by: longjiquan <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Mar 29, 2024
issue: #31681 Signed-off-by: longjiquan <[email protected]>
PowderLi
pushed a commit
to PowderLi/milvus
that referenced
this issue
Apr 2, 2024
fix: milvus-io#31681 /kind improvement Signed-off-by: longjiquan <[email protected]>
czs007
pushed a commit
that referenced
this issue
Apr 3, 2024
issue: #31681 Signed-off-by: longjiquan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Issues or changes related a bug
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Environment
Current Behavior
[2024-03-28T06:16:28.059Z] error[E0432]: unresolved import
zstd_sys::ZSTD_cParameter::ZSTD_c_experimentalParam6
[2024-03-28T06:16:28.059Z] --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:609:13
[2024-03-28T06:16:28.059Z] |
[2024-03-28T06:16:28.059Z] 609 | ZSTD_c_experimentalParam6 as ZSTD_c_targetCBlockSize,
[2024-03-28T06:16:28.059Z] | -------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2024-03-28T06:16:28.059Z] | |
[2024-03-28T06:16:28.059Z] | no
ZSTD_c_experimentalParam6
inZSTD_cParameter
[2024-03-28T06:16:28.059Z] | help: a similar name exists in the module:
ZSTD_c_experimentalParam1
[2024-03-28T06:16:28.059Z]
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: