-
Notifications
You must be signed in to change notification settings - Fork 286
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
engine: merge dataflow engine into tiflow #5343
Merged
Merged
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
* [resource manager]: add separated resouce manager interface * fix merge conflicts * address comments * fix data race
* client: decouple clients out of executor managers * refine pkg * add tests * address comment and add more comments
* go-mod: replace pingcap/ticdc with pingcap/tiflow * update go.mod
* persist job master * pass test * prepare for test * address comments
* add demotask server and client * remove the temp data files * fix the make check error * fix the some errors case
part job of pingcap#60 This PR supports the suspending of jobs and tasks, but it hasn't considered the consistency after fail-over. The "suspend" is implemented in an async way, because suspending might happen when rescheduling or fail recovering. After the user sends suspend request, we mark the "target status" for the target tasks. A goroutine will check the status regularly, and will try to suspend it util success. There are some work to do furture. * The commands should be serializable. If several commands are sent in the same time, we should order them. * The command have to be persisted and to be continued when node crashes.
* jobmaster: refine check running tasks in job master * use free port instead of hard code port
* test: fix unstable pause job test * add paused check in sink operator * increase wait time
* feat(test): support sqlite as backend DB for unit tests * fix(orm): remove some useless code * fix(orm): add some comment
…ap#396) * ci(engine): add chaos-mesh test cases in github action
* pkg/notifier: implement notifier
amyangfei
force-pushed
the
merge-engine
branch
2 times, most recently
from
May 19, 2022 07:58
04997a2
to
c4e07d0
Compare
/run-all-tests |
/run-all-tests |
* adjust job config and support precheck
amyangfei
force-pushed
the
merge-engine
branch
2 times, most recently
from
May 20, 2022 04:15
020b4a7
to
399645f
Compare
* test(promutil): add promutil simulator test
/run-all-tests |
GMHDBJD
approved these changes
May 20, 2022
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.
LGTM
ti-chi-bot
added
status/LGT2
Indicates that a PR has LGTM 2.
and removed
status/LGT1
Indicates that a PR has LGTM 1.
labels
May 20, 2022
/unhold |
ti-chi-bot
removed
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
May 20, 2022
liuzix
approved these changes
May 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release-note-none
Denotes a PR that doesn't merit a release note.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
status/LGT2
Indicates that a PR has LGTM 2.
status/ptal
Could you please take a look?
tide/merge-method-merge
Denotes a PR that should be merge by tide when it merges.
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.
What problem does this PR solve?
Issue Number: ref #5352
What is changed and how it works?
github.com/prometheus/client_golang
from v1.11.0 to v1.12.2Check List
Tests
Release note