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

set snapshot as extra params to get graph data of correct version in groot #1666

Merged
merged 71 commits into from
Jun 8, 2022
Merged

set snapshot as extra params to get graph data of correct version in groot #1666

merged 71 commits into from
Jun 8, 2022

Conversation

shirly121
Copy link
Collaborator

@shirly121 shirly121 commented Jun 6, 2022

What do these changes do?

compiler fetches the snapshot from groot storage and pass to runtime as extra params to get graph data of correct version

Related issue number

Fixes #1566

longbinlai and others added 30 commits May 26, 2021 14:41
…oid potential cyclice dependencies while using the library in pegasus.
[IR Runtime] IR TagOpt for more compact structure in Runtime
@shirly121 shirly121 changed the title set snapshot as extra params to get graph data in correct version set snapshot as extra params to get graph data in correct version in groot Jun 6, 2022
@shirly121 shirly121 changed the title set snapshot as extra params to get graph data in correct version in groot [GAIA-IR] set snapshot as extra params to get graph data in correct version in groot Jun 6, 2022
@shirly121 shirly121 changed the title [GAIA-IR] set snapshot as extra params to get graph data in correct version in groot set snapshot as extra params to get graph data in correct version in groot Jun 6, 2022
@shirly121 shirly121 changed the title set snapshot as extra params to get graph data in correct version in groot set snapshot as extra params to get graph data of correct version in groot Jun 6, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jun 6, 2022

Codecov Report

Merging #1666 (72d20f9) into main (39c572b) will decrease coverage by 32.85%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1666       +/-   ##
===========================================
- Coverage   73.18%   40.32%   -32.86%     
===========================================
  Files          89       89               
  Lines        9736     9736               
===========================================
- Hits         7125     3926     -3199     
- Misses       2611     5810     +3199     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_cython_ast.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_serailaize.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/analytical/udf/patch.py 3.47% <0.00%> (-96.53%) ⬇️
python/graphscope/tests/unittest/test_lazy.py 0.00% <0.00%> (-96.30%) ⬇️
...thon/graphscope/tests/unittest/test_scalability.py 0.00% <0.00%> (-96.16%) ⬇️
python/graphscope/tests/unittest/test_app.py 0.00% <0.00%> (-95.66%) ⬇️
...hon/graphscope/tests/unittest/test_create_graph.py 0.00% <0.00%> (-92.00%) ⬇️
python/graphscope/tests/unittest/test_graph.py 0.00% <0.00%> (-85.41%) ⬇️
python/graphscope/tests/unittest/test_context.py 0.00% <0.00%> (-81.04%) ⬇️
... and 38 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 39c572b...72d20f9. Read the comment docs.

@siyuan0322
Copy link
Collaborator

LGTM, a little question: does this PR pass the e2e tests by hand since our CI doesn't have tests for the snapshot? I mean, the correctness of the PR is checked manually, not only compiled and unittested. Or we can add a few tests that focus on the snapshot, if applicable.

Copy link
Collaborator

@longbinlai longbinlai left a comment

Choose a reason for hiding this comment

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

LGTM

@shirly121 shirly121 merged commit c2f1bd4 into alibaba:main Jun 8, 2022
@longbinlai longbinlai deleted the ir_set_snapshot_id branch July 28, 2022 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce Query Manager Module in Frontend Service for Snapshot GC
5 participants