Skip to content
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]: The version for 2.5.5 image is "pkg/v2.5.5" rather than "v2.5.5" #40216

Open
1 task done
binbinlv opened this issue Feb 26, 2025 · 1 comment
Open
1 task done
Assignees
Labels
kind/bug Issues or changes related a bug severity/minor Minor, Function does work, but not perfectly. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@binbinlv
Copy link
Contributor

binbinlv commented Feb 26, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version: v2.5.5-20250226-27fb8d95-amd64
- Deployment mode(standalone or cluster): both
- MQ type(rocksmq, pulsar or kafka):    all
- SDK version(e.g. pymilvus v2.0.0rc2): 2.5 latest
- OS(Ubuntu or CentOS): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

The version for 2.5.5 image is "pkg/v2.5.5" rather than "v2.5.5"

  1. get_server_version
>>> from pymilvus import MilvusClient
>>> client = MilvusClient()
>>> client.get_server_version()
'pkg/v2.5.5'
  1. in the logImage

Expected Behavior

"pkg/v2.5.5" -> "v2.5.5"

Steps To Reproduce

  1. deploy milvus
  2. see the version in the log or use the interface "get_server_version()"
from pymilvus import MilvusClient
client = MilvusClient()
client.get_server_version()

Milvus Log

https://grafana-4am.zilliz.cc/explore?orgId=1&panes=%7B%22KJh%22:%7B%22datasource%22:%22vhI6Vw67k%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bcluster%3D%5C%224am%5C%22,namespace%3D%5C%22qa-milvus%5C%22,pod%3D~%5C%22release-255-qwecl.%2A%5C%22%7D%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22vhI6Vw67k%22%7D%7D%5D,%22range%22:%7B%22from%22:%22now-1h%22,%22to%22:%22now%22%7D%7D%7D&schemaVersion=1

Anything else?

No response

@binbinlv binbinlv 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 Feb 26, 2025
@binbinlv binbinlv added this to the 2.5.5 milestone Feb 26, 2025
@binbinlv binbinlv added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 26, 2025
@binbinlv
Copy link
Contributor Author

/assign @congqixia

@dosubot dosubot bot added the severity/minor Minor, Function does work, but not perfectly. label Feb 26, 2025
congqixia added a commit to congqixia/milvus that referenced this issue Feb 27, 2025
congqixia added a commit to congqixia/milvus that referenced this issue Feb 27, 2025
sre-ci-robot pushed a commit that referenced this issue Feb 27, 2025
sre-ci-robot pushed a commit that referenced this issue Feb 27, 2025
Cherry-pick from master
pr: #40227 
Related to #40216

Signed-off-by: Congqi Xia <[email protected]>
@yanliang567 yanliang567 modified the milestones: 2.5.5, 2.5.6 Feb 28, 2025
@yanliang567 yanliang567 removed their assignment Feb 28, 2025
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 severity/minor Minor, Function does work, but not perfectly. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants