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

Introduce a new interactive engine #1782

Merged
merged 28 commits into from
Jul 8, 2022
Merged

Conversation

siyuan0322
Copy link
Collaborator

@siyuan0322 siyuan0322 commented Jun 30, 2022

What do these changes do?

We have developed a new interactive engine which including a new IR compiler, an executor and are going to replace the legacy one.

Basically, it involves the following items.

  • New super lightweight frontend.
  • New super lightweight executor.
  • Coordinator is removed.
  • Zookeeper is no longer needed anymore.

Related issue number

Fixes #1674
Fixes #1675
Fixes #1676
Fixes #1771
Fixes #1577
Fixes #1807

@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2022

Codecov Report

Merging #1782 (df9c0bf) into main (889e003) will decrease coverage by 0.39%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1782      +/-   ##
==========================================
- Coverage   73.01%   72.61%   -0.40%     
==========================================
  Files          89       89              
  Lines        9801     9806       +5     
==========================================
- Hits         7156     7121      -35     
- Misses       2645     2685      +40     
Impacted Files Coverage Δ
...on/graphscope/tests/kubernetes/test_demo_script.py 70.90% <0.00%> (-20.84%) ⬇️
python/graphscope/interactive/query.py 75.80% <0.00%> (-4.04%) ⬇️
python/graphscope/framework/dag_utils.py 61.66% <0.00%> (-2.00%) ⬇️
python/graphscope/deploy/kubernetes/utils.py 69.52% <0.00%> (-0.96%) ⬇️
python/graphscope/tests/minitest/test_min.py 0.00% <0.00%> (ø)

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 889e003...df9c0bf. Read the comment docs.

@siyuan0322 siyuan0322 marked this pull request as ready for review July 7, 2022 09:12
@sighingnow sighingnow merged commit d49476a into alibaba:main Jul 8, 2022
@siyuan0322 siyuan0322 deleted the zsy/replace branch July 8, 2022 02:23
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment