-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support more validation when create space on an empty zone #3065
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3065 +/- ##
==========================================
- Coverage 84.30% 84.25% -0.05%
==========================================
Files 1287 1287
Lines 115636 115678 +42
==========================================
- Hits 97483 97466 -17
- Misses 18153 18212 +59
Continue to review full report at Codecov.
|
@@ -315,8 +328,6 @@ StatusOr<Hosts> CreateSpaceProcessor::pickHostsWithZone( | |||
} | |||
|
|||
if (code != nebula::cpp2::ErrorCode::SUCCEEDED) { | |||
handleErrorCode(code); | |||
onFinished(); |
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.
Why to delete these error handle codes?
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.
Moved outside to unified processing
a88b690
to
86e307b
Compare
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
Co-authored-by: Yee <[email protected]> Co-authored-by: Doodle <[email protected]>
* Pass graph profile param into storage and cleanup graph storage client interfaces (#3026) * Cleanup graph storage client interfaces * Fix compile * Format * Fix shadow compile error * Fix storage core when exit (#3050) * although I don't have time to check why it works, but this do fix the issue * fix ut * Accumulate toss bug fix during test. (#3091) * add some debug info * accumulate bug fix for TOSS Co-authored-by: Doodle <[email protected]> * Support more validation when create space on an empty zone (#3065) Co-authored-by: Yee <[email protected]> Co-authored-by: Doodle <[email protected]> * small tck fix (#3087) Co-authored-by: jie.wang <[email protected]> * cascading deletion and addition (#3059) Co-authored-by: Doodle <[email protected]> * fix toss switch not set properly (#3119) Co-authored-by: Yee <[email protected]> Co-authored-by: Doodle <[email protected]> Co-authored-by: Yee <[email protected]> Co-authored-by: Doodle <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: yaphet <[email protected]> Co-authored-by: kyle.cao <[email protected]> Co-authored-by: jie.wang <[email protected]>
No description provided.