-
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: support to replicate import msg #39171
base: master
Are you sure you want to change the base?
Conversation
SimFG
commented
Jan 11, 2025
•
edited
Loading
edited
- issue: [Enhancement]: Support the import api for the replication #39849
[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 Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
6ed4694
to
9191fb5
Compare
@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 E2e jenkins job failed, comment |
@SimFG go-sdk check failed, comment |
rerun go-sdk |
/run-cpu-e2e |
@SimFG cpp-unit-test check failed, comment |
@@ -381,6 +393,22 @@ func (c *importChecker) checkIndexBuildingJob(job ImportJob) { | |||
return | |||
} | |||
|
|||
// wait l0 segment import and block l0 compaction | |||
log.Info("start to pause l0 segment compacting", zap.Int64("jobID", job.GetJobID())) |
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.
cloud you refactor the block l0 compaction code, and consider using a pause or resume signal to trigger the metadata changes.
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.
done
@SimFG E2e jenkins job failed, comment |
Signed-off-by: SimFG <[email protected]>
Signed-off-by: chyezh <[email protected]>
Signed-off-by: chyezh <[email protected]>
87cedcb
to
13c33b2
Compare
@SimFG E2e jenkins job failed, comment |
/run-cpu-e2e |
@SimFG go-sdk check failed, comment |
rerun go-sdk |
Signed-off-by: SimFG <[email protected]>