Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Enhancement]: Merge RootCoord, DataCoord And QueryCoord into one component #37764

Open
1 task done
jaime0815 opened this issue Nov 18, 2024 · 1 comment
Open
1 task done
Assignees
Labels
kind/enhancement Issues or changes related to enhancement
Milestone

Comments

@jaime0815
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

  1. Eliminate RPC among coordinator nodes
  2. Implement a unified meta cache manager
  3. Establish a unified task scheduler manager for coordinators

Why is this needed?

  • Simplify the Milvus architecture by reducing component count for a lighter design.
  • Eliminate redundant metadata manager implementations between coordinators to facilitate easier maintenance.
  • Decrease RPC usage in each coordinator.
    • Address corner cases where some metadata operations lack transaction guarantees.
    • Enhance the efficiency of metadata operations.

Anything else?

No response

@jaime0815 jaime0815 added the kind/enhancement Issues or changes related to enhancement label Nov 18, 2024
@jaime0815 jaime0815 added this to the 3.0 milestone Nov 18, 2024
@jaime0815
Copy link
Contributor Author

related to #37757

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

2 participants