This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Limit closed engine count for coordinating write
and import
#119
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
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
lonng
added
the
status/DNM
Do not merge, test is failing or blocked by another PR
label
Jan 16, 2019
/run-all-tests |
/rebuild |
lonng
force-pushed
the
lonng/limit-closed-engine
branch
2 times, most recently
from
January 16, 2019 12:41
b2847a0
to
160ec35
Compare
/run-all-tests |
1 similar comment
/run-all-tests |
kennytm
reviewed
Jan 16, 2019
/run-all-tests |
1 similar comment
/run-all-tests |
lonng
force-pushed
the
lonng/limit-closed-engine
branch
from
January 18, 2019 07:27
1ad16a0
to
25e320b
Compare
/run-all-tests |
lonng
force-pushed
the
lonng/limit-closed-engine
branch
from
January 18, 2019 08:15
8593709
to
a973bb9
Compare
/run-all-tests |
lonng
force-pushed
the
lonng/limit-closed-engine
branch
from
January 18, 2019 08:20
a973bb9
to
4dda11b
Compare
lonng
added
status/PTAL
This PR is ready for review. Add this label back after committing new changes
priority/normal
and removed
status/DNM
Do not merge, test is failing or blocked by another PR
labels
Jan 21, 2019
kennytm
added
type/feature
New feature
Should Update Docs
Should update docs after this PR is merged. Remove this label once the docs are updated
Should Update Ansible
The config in TiDB-Ansible should be updated
labels
Jan 21, 2019
kennytm
reviewed
Jan 21, 2019
kennytm
reviewed
Jan 21, 2019
/run-all-tests |
@lonng Please sign the CLA. |
kennytm
reviewed
Feb 12, 2019
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.
PTAL @GregoryIan @july2993, this PR is blocking tikv/tikv#4199.
kennytm
added
status/LGT1
One reviewer already commented LGTM (LGTM1)
and removed
status/PTAL
This PR is ready for review. Add this label back after committing new changes
labels
Feb 12, 2019
LGTM |
IANTHEREAL
added
status/LGT2
Two reviewers already commented LGTM, ready for merge (LGTM2)
and removed
status/LGT1
One reviewer already commented LGTM (LGTM1)
labels
Feb 13, 2019
Co-Authored-By: lonng <chris@lonng.org>
kennytm
removed
the
Should Update Docs
Should update docs after this PR is merged. Remove this label once the docs are updated
label
Apr 27, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Should Update Ansible
The config in TiDB-Ansible should be updated
status/LGT2
Two reviewers already commented LGTM, ready for merge (LGTM2)
type/feature
New feature
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?
Limit closed engine count for coordinating
write
andimport
What is changed and how it works?
Apply a worker before call
engine.Close()
and release worker afterengine.Cleanup
Check List
Tests
Code changes
Side effects
Related changes