-
Notifications
You must be signed in to change notification settings - Fork 165
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
Fix status overrided by mistake #111
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
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #111 +/- ##
=========================================
- Coverage 87.01% 86.9% -0.12%
=========================================
Files 44 44
Lines 3251 3253 +2
=========================================
- Hits 2829 2827 -2
- Misses 422 426 +4 |
yiwu-arbug
reviewed
Nov 18, 2019
Connor1996
force-pushed
the
fix-status
branch
from
November 19, 2019 02:52
5b46314
to
fe7ffc6
Compare
yiwu-arbug
approved these changes
Nov 19, 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
/run-all-tests |
@Connor1996 merge failed. |
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
Connor1996
force-pushed
the
fix-status
branch
from
November 19, 2019 03:36
fe7ffc6
to
7316038
Compare
Connor1996
added
needs-cherry-pick-3.x
Type: Need cherry pick to tikv-3.x
and removed
needs-cherry-pick-3.x
Type: Need cherry pick to tikv-3.x
labels
Nov 19, 2019
cherry pick to tikv-3.0 in PR #113 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs-cherry-pick-3.x
Type: Need cherry pick to tikv-3.x
status/can-merge
Status: Can merge to base branch
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.
When
InstallOutputBlobFiles
, if there is an error of finishing a blob file, Titan would delete the blob file physically. But now, the non-okay-status is overridden by the okay-result of deleting files. So in the outer place, it would rewrite blob index to LSM as usual while the blob file is actuallydeleted.