-
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
[Fix] if propNames is empty, replaceDefaultValue may wrong. #3025
Conversation
…Mgr may core while shutdown
@@ -348,10 +351,6 @@ void StorageServer::stop() { | |||
if (adminServer_) { | |||
adminServer_->stop(); | |||
} | |||
if (txnMan_) { |
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.
dose the close order have some effect ?
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
Codecov Report
@@ Coverage Diff @@
## master #3025 +/- ##
==========================================
- Coverage 84.34% 84.20% -0.15%
==========================================
Files 1283 1287 +4
Lines 113684 115350 +1666
==========================================
+ Hits 95891 97133 +1242
- Misses 17793 18217 +424
Continue to review full report at Codecov.
|
…Mgr may core while shutdown (#3025) Co-authored-by: CBS <[email protected]>
also fix delete kv store before txnMan_ (may core)