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

[BUG] Seems to few libgrpc dependencies are missed in registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest #4316

Open
atberium opened this issue Nov 11, 2024 · 1 comment
Labels

Comments

@atberium
Copy link

atberium commented Nov 11, 2024

Describe the bug
When try to reproduce this tutorial, I've got an issue with container "engine", running in pod "-gie-standalone-store-", which running from image registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest:

  • error while loading shared libraries: libgpr.so.10
  • error while loading shared libraries: libgrpc++.so.1

To Reproduce

Short way

  1. Run docker run --rm registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest vineyeardd
  2. You will see an error: vineyardd: error while loading shared libraries: libgpr.so.10: cannot open shared object file: No such file or directory

Way from the tutorial

  1. Follow all the steps from the tutorial
  2. After you do helm install [YOUR_RELEASE_NAME] gie-standalone step, run kubectl logs [YOUR_RELEASE_NAME]-gie-standalone-store-0 -n <ns>
  3. You will see an error vineyardd: error while loading shared libraries: libgpr.so.10: cannot open shared object file: No such file or directory

Expected behavior
No "loading shared libraries" errors occurred

Screenshots
Screenshot 2024-11-11 at 17 57 32

Environment:

  • GraphScope version: v0.29.0
  • OS: Ubuntu
  • Version 24.04
  • Kubernetes Version 1.28.14

Additional context
When I connect to container and update dependencies:

sudo apt-get update
sudo apt-get install libgrpc10 libgrpc++1

It seems to be fixed this issue

@github-actions github-actions bot added the stale label Dec 12, 2024
Copy link
Contributor

/cc @yecol @sighingnow, this issus/pr has had no activity for a long time, please help to review the status and assign people to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant