attu icon indicating copy to clipboard operation
attu copied to clipboard

System view topology is confusing

Open wutachiang opened this issue 1 year ago • 7 comments

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

wutachiang avatar Jan 12 '24 13:01 wutachiang

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

shanghaikid avatar Jan 15 '24 01:01 shanghaikid

Why are datanode and indexnode mixed together? @shanghaikid

wutachiang avatar Jan 15 '24 06:01 wutachiang

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.

shanghaikid avatar Jan 15 '24 06:01 shanghaikid

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

wutachiang avatar Jan 15 '24 08:01 wutachiang

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

shanghaikid avatar Jan 15 '24 08:01 shanghaikid

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

LoveEachDay avatar Jan 15 '24 10:01 LoveEachDay

@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.

shanghaikid avatar Jan 15 '24 11:01 shanghaikid