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] if propNames is empty, replaceDefaultValue may wrong. #3025

Merged
merged 3 commits into from
Oct 13, 2021

Conversation

liuyu85cn
Copy link
Contributor

also fix delete kv store before txnMan_ (may core)

@liuyu85cn liuyu85cn added ready-for-testing PR: ready for the CI test cherry-pick-v2.6 PR: need cherry-pick to this version labels Oct 9, 2021
@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Oct 9, 2021
@@ -348,10 +351,6 @@ void StorageServer::stop() {
if (adminServer_) {
adminServer_->stop();
}
if (txnMan_) {
Copy link
Contributor

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 ?

Copy link
Contributor

@bright-starry-sky bright-starry-sky 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-commenter
Copy link

Codecov Report

Merging #3025 (5acc163) into master (e642c05) will decrease coverage by 0.14%.
The diff coverage is 70.35%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/common/geo/io/wkb/WKBReader.h 100.00% <ø> (ø)
src/common/geo/io/wkb/WKBWriter.h 100.00% <ø> (ø)
src/common/geo/io/wkt/WKTWriter.h 100.00% <ø> (ø)
src/graph/service/GraphService.cpp 72.58% <0.00%> (+5.64%) ⬆️
src/graph/visitor/DeduceTypeVisitor.h 100.00% <ø> (ø)
src/storage/StorageServer.cpp 0.00% <0.00%> (ø)
src/storage/admin/AdminTaskManager.h 100.00% <ø> (ø)
src/storage/admin/AdminTaskProcessor.cpp 0.00% <0.00%> (ø)
src/storage/admin/AdminTaskManager.cpp 49.55% <34.28%> (-1.18%) ⬇️
src/common/function/FunctionManager.cpp 75.32% <34.88%> (-5.07%) ⬇️
... and 47 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8e5539...5acc163. Read the comment docs.

@bright-starry-sky bright-starry-sky merged commit afbf9d2 into vesoft-inc:master Oct 13, 2021
Sophie-Xie pushed a commit that referenced this pull request Oct 13, 2021
critical27 pushed a commit that referenced this pull request Oct 13, 2021
@liuyu85cn liuyu85cn deleted the bug-fix branch October 19, 2021 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-v2.6 PR: need cherry-pick to this version ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants