Skip to content
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) #113

Merged
merged 3 commits into from
Nov 19, 2019

Conversation

sre-bot
Copy link

@sre-bot sre-bot commented Nov 19, 2019

cherry-pick #111 to tikv-3.0


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 actually
deleted.

Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
Signed-off-by: Connor1996 <[email protected]>
@sre-bot sre-bot added status/can-merge Status: Can merge to base branch type/cherry-pick labels Nov 19, 2019
@sre-bot sre-bot requested a review from yiwu-arbug November 19, 2019 07:03
Copy link
Member

@Connor1996 Connor1996 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-io
Copy link

Codecov Report

Merging #113 into tikv-3.0 will increase coverage by <.01%.
The diff coverage is 0%.

@@             Coverage Diff              @@
##           tikv-3.0     #113      +/-   ##
============================================
+ Coverage     85.95%   85.96%   +<.01%     
============================================
  Files            44       44              
  Lines          3061     3063       +2     
============================================
+ Hits           2631     2633       +2     
  Misses          430      430

@Connor1996 Connor1996 merged commit 552cebf into tikv:tikv-3.0 Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/can-merge Status: Can merge to base branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants