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

System view topology is confusing #362

Open
wutachiang opened this issue Jan 12, 2024 · 7 comments
Open

System view topology is confusing #362

wutachiang opened this issue Jan 12, 2024 · 7 comments
Assignees

Comments

@wutachiang
Copy link

Describe the bug:
The topology structure between nodes displayed in the system view of the latest version of attu is confusing, and indexnode is mixed in datanode.
2024-01-12_21-26
2024-01-12_21-25

Steps to reproduce:
1.
2.
3.

Attu version:
v2.3.6

MIlvus version:
v2.3.4

@shanghaikid
Copy link
Collaborator

yeah, starting from milvus2.3, there is no index coord anymore.

@wutachiang
Copy link
Author

Why are datanode and indexnode mixed together? @shanghaikid

@shanghaikid
Copy link
Collaborator

Why are datanode and indexnode mixed together? @shanghaikid

They are controlled by data coord now. ref: https://milvus.io/docs/release_notes.md#v230

Merged IndexCoord and DataCoord
We have merged IndexCoord and DataCoord into a single component, simplifying the deployment of Milvus. This consolidation reduces complexity and streamlines operations. Moving forward, subsequent releases will also witness the integration of certain functions of IndexNode and DataNode to align with this unified approach. These updates ensure a more efficient and seamless experience when utilizing Milvus.

@wutachiang
Copy link
Author

But our official helm deployment script has not made corresponding adjustments and is still consistent with the 2.2 series. https://github.com/zilliztech/milvus-helm/blob/master/charts/milvus/values.yaml

@shanghaikid
Copy link
Collaborator

@yanliang567 @LoveEachDay could you please update the helm scripts?

@LoveEachDay
Copy link

@shanghaikid @wutachiang Even if we removed the indexcoord from the helm chart, the indexnode will still bound to dataCoord.

@shanghaikid
Copy link
Collaborator

@shanghaikid @wutachiang Even if we removed the indexcoord from the helm chart, the indexnode will still bound to dataCoord.

Should it be aligned with milvus architecture? dataCoord is no longer existed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants