-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat: add replicate.enable property to collection and related config #37106
Conversation
SimFG
commented
Oct 24, 2024
- issue: [Feature]: support replication type collection and normal collection coexist #37105
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: SimFG The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@SimFG E2e jenkins job failed, comment |
@SimFG cpp-unit-test check failed, comment |
@SimFG E2e jenkins job failed, comment |
@SimFG cpp-unit-test check failed, comment |
@SimFG E2e jenkins job failed, comment |
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
@SimFG go-sdk check failed, comment |
@SimFG cpp-unit-test check failed, comment |
@SimFG E2e jenkins job failed, comment |
rerun go-sdk |
/run-cpu-e2e |
rerun cpp-unit-test |
@SimFG cpp-unit-test check failed, comment |
@SimFG E2e jenkins job failed, comment |
@SimFG go-sdk check failed, comment |
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
1 similar comment
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
@SimFG go-sdk check failed, comment |
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
@SimFG go-sdk check failed, comment |
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
rerun ut |
/run-cpu-e2e |
@SimFG E2e jenkins job failed, comment |
Signed-off-by: SimFG <[email protected]>
@SimFG go-sdk check failed, comment |
@SimFG E2e jenkins job failed, comment |
rerun ut |
@@ -125,6 +125,15 @@ func (it *insertTask) PreExecute(ctx context.Context) error { | |||
return merr.WrapErrAsInputError(merr.WrapErrParameterTooLarge("insert request size exceeds maxInsertSize")) | |||
} | |||
|
|||
info, err := globalMetaCache.GetCollectionInfo(it.ctx, it.insertMsg.GetDbName(), collectionName, 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GetCollectionInfo && GetCollectionSchema twice might not be slow. and why do we need a Baisc Collection info?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can do getFullCollectionInfo so base info and schema is there