-
Notifications
You must be signed in to change notification settings - Fork 287
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
fb(cdc): fb latency merge master to resolve conflicts #5574
fb(cdc): fb latency merge master to resolve conflicts #5574
Conversation
* Use different dirs for different master servers. * Use 0.0.0.0 instead of 127.0.0.1 to listen local port. * Fix config of initial-cluster
* add demotask server and client * remove the temp data files * fix the make check error * fix the some errors case * add the cvs task configure infomation * add the cvs task configure information * fix the make check error * add the sync progress logic * refactor the data reader/writer server * replace the fmt.print with the log and add implement the failover of the cvs jobmaster * fix a bug about scan string in kvdatamake.go * fix the bug in the kvdatamake.go * remove the blank line in the kvdatamake.go * refine the cvs task and jobmaster * remove the cvs jobmaster to the cvs job folder * fix some bug in the cvs task and cvs jobmaster * remove useless file * revert some fixs * cancel the send method if reach the end of the file * resolved some review comment * resolved some review comment * format the code style * remove the temp file * add some logs and fix bugs in the cvs jobmaster * add the finished case when reading file * add the pb.go file Co-authored-by: Zixiong Liu <liuzixiong@pingcap.com> Co-authored-by: amyangfei <amyangfei@gmail.com>
* add kv abstract interface
* feat(metaclient(dataflow)): add etcd kv client implement close issue pingcap#157
…ingcap#174) * metrics: add basic prometheus metrics in server master and executor * fix data race
* lib: fix unstable tests * fix
* job: add sync worker but not support sharding DDL * fix CI Co-authored-by: Zixiong Liu <liuzixiong@pingcap.com>
…kpoint too large (pingcap#5397) close pingcap#5392
…nting resource GC. (pingcap#5514) ref pingcap#5513
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
What problem does this PR solve?
Issue Number: ref #4757
What is changed and how it works?
fb/latency merge master to resolve conflicts.
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note