forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from milvus-io:master #57
Open
pull
wants to merge
1,126
commits into
happylql:master
Choose a base branch
from
milvus-io:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
issue: #38546, #38486 Signed-off-by: chyezh <[email protected]>
miss the patch due to code branching previous pr: #38032 Signed-off-by: Congqi Xia <[email protected]> Co-authored-by: Wei Liu <[email protected]>
#38472 Signed-off-by: luzhang <[email protected]> Co-authored-by: luzhang <[email protected]>
See also: #38589 Signed-off-by: yangxuan <[email protected]>
Related to #31293 Previous PR: #38493 Signed-off-by: Congqi Xia <[email protected]>
When delete by partition_key, Milvus will generates L0 segments globally. During L0 Compaction, those L0 segments will touch all partitions collection wise. Due to the false-positive rate of segment bloomfilters, L0 compactions will append false deltalogs to completed irrelevant partitions, which causes *partition deletion amplification. This PR uses partition_key to set targeted partitionID when producing deleteMsgs into MsgStreams. This'll narrow down L0 segments scope to partition level, and remove the false-positive influence collection-wise. However, due to DeleteMsg structure, we can only label one partition to one deleteMsg, so this enhancement fails if user wants to delete over 2 partition_keys in one deletion. See also: #34665 Signed-off-by: yangxuan <[email protected]>
Related to #31293 - Rename `UsingDatabase` to `UseDatabase` - Uncomment default value methods - Add missing RBAC APIs - Add some resource group APIs --------- Signed-off-by: Congqi Xia <[email protected]>
enhance: field stringtype maxlength raise to 1M issue: #37436 Signed-off-by: Xianhui.Lin <[email protected]>
Update Knowhere Commit Signed-off-by: sre-ci-robot [email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update Knowhere Commit Signed-off-by: sre-ci-robot [email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
issue: #36621 * add collection detail page * enhance query page segments & channels state display Signed-off-by: mimo.oyn <[email protected]>
issue: #38399 --------- Signed-off-by: chyezh <[email protected]>
issue: #38608 Signed-off-by: jaime <[email protected]>
Bump milvus version to v2.5.0 Signed-off-by: sre-ci-robot [email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
issue: #38626 Signed-off-by: Cai Zhang <[email protected]>
issue: #38616 Signed-off-by: Cai Zhang <[email protected]>
…ode (#38593) issue: #38586 --------- Signed-off-by: Cai Zhang <[email protected]>
/kind improvment /cc @yanliang567 @binbinlv Signed-off-by: laurazhao0611 <[email protected]>
fix altercollectionfield interceptor dbname issue: #37436 Signed-off-by: Xianhui.Lin <[email protected]>
related issue: #38471 --------- Signed-off-by: yanliang567 <[email protected]>
Signed-off-by: sre-ci-robot <[email protected]>
Related to #38680 Signed-off-by: Congqi Xia <[email protected]>
issue: #36621 * enhance collection detail page list columns * enhance query page segments state detail logic Signed-off-by: mimo.oyn <[email protected]>
Signed-off-by: binbin lv <[email protected]>
issue: #38693 Signed-off-by: bigsheeper <[email protected]>
issue: #38399 --------- Signed-off-by: chyezh <[email protected]>
issue: #38399 --------- Signed-off-by: chyezh <[email protected]>
issue: #38399 Signed-off-by: chyezh <[email protected]>
issue: #38399 --------- Signed-off-by: chyezh <[email protected]>
issue: #33419 - Add test cases for database properties - Fixed typo AlterDatabaseProperies to AlterDatabaseProperties - Rename UsingDatabase to UseDatabase - Rename ListDatabases to ListDatabase Signed-off-by: ThreadDao <[email protected]>
When there are many segment tasks in the querycoord scheduler, the traversal in `GetSegmentTaskDelta` checks becomes time-consuming. This PR adds caching for segment deltas. issue: #37630 Signed-off-by: Wei Liu <[email protected]> Co-authored-by: Wei Liu <[email protected]>
related: #39407 Signed-off-by: zhuwenxing <[email protected]>
…at change (#38946) See #38945 --------- Signed-off-by: Ted Xu <[email protected]>
Previously the grep with regex does not work and failed to match lots of .cpp files This PR: - use "-E" flag to use regex match - commit the fixed result of current cpp code Signed-off-by: Congqi Xia <[email protected]>
/kind improvement --------- Signed-off-by: laurazhao0611 <[email protected]> Co-authored-by: laurazhao0611 <[email protected]>
/kind improvement Signed-off-by: zhuwenxing <[email protected]>
The error message was malformated or missing some meta info, say field name. This PR recitfies some message format and add field name in error message when type param check fails. --------- Signed-off-by: Congqi Xia <[email protected]>
Bump milvus version to v2.5.4 Signed-off-by: sre-ci-robot [email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
) issue: #37630 Reduce the frequency updating metrics to avoid holding the mutex for long periods. --------- Signed-off-by: bigsheeper <[email protected]>
issue: #39556 Signed-off-by: lixinguo <[email protected]> Co-authored-by: lixinguo <[email protected]>
#35856 Signed-off-by: junjie.jiang <[email protected]>
Related to #38339 Signed-off-by: Congqi Xia <[email protected]>
#39525 Signed-off-by: luzhang <[email protected]> Co-authored-by: luzhang <[email protected]>
issue: #38399 - Embed the query node into streaming node to make delegator available at streaming node. - The embedded query node has a special server label `QUERYNODE_STREAMING-EMBEDDED`. - Change the balance strategy to make the channel assigned to streaming node as much as possible. Signed-off-by: chyezh <[email protected]>
Issue: #38666 Signed-off-by: Cai Yudong <[email protected]>
Issue: #38666 Signed-off-by: Cai Yudong <[email protected]>
related: #39173 Signed-off-by: shaoting-huang <[email protected]>
Related to #37899 Signed-off-by: Congqi Xia <[email protected]>
related: #39365 --------- Signed-off-by: shaoting-huang <[email protected]>
The dsl fields are separated in sub request structs and cannot be easiliy printed before. This PR adds a log helper to print the dsl expressions of HybridSearchRequest. Signed-off-by: Congqi Xia <[email protected]>
Related to #39596 When updating the build param configuration, the `Formatter` could be used to do so and completed avoid touching the `overlay` config items --------- Signed-off-by: Congqi Xia <[email protected]>
issue: #38966 Signed-off-by: chyezh <[email protected]>
issue: #38399 - The stats may be kept after wal closing if the growing segment is not dirty. - Change the error handling of wal open to avoid redundant manager api call. Signed-off-by: chyezh <[email protected]>
…etrics (#39536) /kind improvement --------- Signed-off-by: bigsheeper <[email protected]>
) Signed-off-by: Wei Liu <[email protected]>
See #39601 Signed-off-by: Ted Xu <[email protected]>
) issue: #39333 --------- Signed-off-by: Cai Zhang <[email protected]> Signed-off-by: cai.zhang <[email protected]>
…rface (#39573) Signed-off-by: chasingegg <[email protected]>
issue: #38399 - Make the wal scanner interface same with streaming scanner. - Use wal if the wal is located at current node. - Otherwise fallback the old logic. Signed-off-by: chyezh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )