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

Pass graph profile param into storage and cleanup graph storage client interfaces #3026

Merged
merged 7 commits into from
Oct 18, 2021

Conversation

yixinglu
Copy link
Contributor

@yixinglu yixinglu commented Oct 9, 2021

as title.

@yixinglu yixinglu added the ready-for-testing PR: ready for the CI test label Oct 9, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #3026 (97ade73) into master (e642c05) will decrease coverage by 0.00%.
The diff coverage is 94.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3026      +/-   ##
==========================================
- Coverage   84.34%   84.34%   -0.01%     
==========================================
  Files        1283     1283              
  Lines      113684   113709      +25     
==========================================
+ Hits        95891    95909      +18     
- Misses      17793    17800       +7     
Impacted Files Coverage Δ
src/graph/visitor/DeduceTypeVisitor.h 100.00% <ø> (ø)
src/clients/storage/GraphStorageClient.cpp 76.34% <92.20%> (+0.25%) ⬆️
src/clients/storage/GraphStorageClient.h 100.00% <100.00%> (ø)
src/graph/executor/mutate/DeleteExecutor.cpp 83.22% <100.00%> (+0.33%) ⬆️
src/graph/executor/mutate/InsertExecutor.cpp 100.00% <100.00%> (ø)
src/graph/executor/mutate/UpdateExecutor.cpp 87.64% <100.00%> (+0.89%) ⬆️
src/graph/executor/query/GetEdgesExecutor.cpp 94.00% <100.00%> (+0.12%) ⬆️
src/graph/executor/query/GetNeighborsExecutor.cpp 97.10% <100.00%> (+0.04%) ⬆️
src/graph/executor/query/GetVerticesExecutor.cpp 96.77% <100.00%> (+0.10%) ⬆️
src/graph/executor/query/IndexScanExecutor.cpp 88.88% <100.00%> (ø)
... and 27 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 db31363...97ade73. Read the comment docs.

@Sophie-Xie Sophie-Xie added this to the v2.6.0 milestone Oct 12, 2021
@bright-starry-sky
Copy link
Contributor

Nice job , That's what I've always wanted to do.
In addition, I feel that our thrift code should be repackaged to solve the problem that once we modify thrift files, a small number of files will be modified.
But it's a big project and it's not going to be dealt with this PR.
LGTM.

@Sophie-Xie Sophie-Xie added the cherry-pick-v2.6 PR: need cherry-pick to this version label Oct 14, 2021
@CPWstatic CPWstatic merged commit 93eed9b into vesoft-inc:master Oct 18, 2021
@yixinglu yixinglu deleted the cleanup-storage-client branch October 18, 2021 03:34
Sophie-Xie pushed a commit that referenced this pull request Oct 18, 2021
…t interfaces (#3026)

* Cleanup graph storage client interfaces

* Fix compile

* Format

* Fix shadow compile error
CPWstatic pushed a commit that referenced this pull request Oct 19, 2021
* 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 <13706157+critical27@users.noreply.github.com>

* Support more validation when create space on an empty zone (#3065)

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
Co-authored-by: Doodle <13706157+critical27@users.noreply.github.com>

* small tck fix (#3087)

Co-authored-by: jie.wang <38901892+jievince@users.noreply.github.com>

* cascading deletion and addition (#3059)

Co-authored-by: Doodle <13706157+critical27@users.noreply.github.com>

* fix toss switch not set properly (#3119)

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
Co-authored-by: Doodle <13706157+critical27@users.noreply.github.com>

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
Co-authored-by: Doodle <13706157+critical27@users.noreply.github.com>
Co-authored-by: lionel.liu@vesoft.com <52276794+liuyu85cn@users.noreply.github.com>
Co-authored-by: yaphet <4414314+darionyaphet@users.noreply.github.com>
Co-authored-by: kyle.cao <kyle.cao@vesoft.com>
Co-authored-by: jie.wang <38901892+jievince@users.noreply.github.com>
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.

None yet

5 participants