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

add clustering key in create/describe collection #13

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

wayblink
Copy link
Owner

No description provided.

@wayblink wayblink force-pushed the cluster-ddl branch 4 times, most recently from b7b4605 to a906d79 Compare December 29, 2023 03:45
@wayblink wayblink force-pushed the cluster-ddl branch 2 times, most recently from a45639d to 2197eb4 Compare January 4, 2024 11:26
xiaocai2333 and others added 6 commits January 4, 2024 20:50
Signed-off-by: sre-ci-robot <[email protected]>
See also milvus-io#27675

`Allocator.Alloc` and `Allocator.AllocOne` might be invoked multiple
times if there were multiple blobs set in one sync task.

This PR add pre-fetch logic for all blobs and cache logIDs in sync task
so that at most only one call of the allocator is needed.

---------

Signed-off-by: Congqi Xia <[email protected]>
See also milvus-io#29699

Querycoord panicked when tried to pop from an empty heap. We assume the
heap shall not be empty, but in some branch, the candidate is never
pushed back.

This PR put pop & push in a closure and adds a defer call to push item
back.

Signed-off-by: Congqi Xia <[email protected]>
This PR defines the new import reader interfaces and implement a binlog
reader for import.

issue: milvus-io#28521

---------

Signed-off-by: bigsheeper <[email protected]>
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

Successfully merging this pull request may close these issues.

5 participants