GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

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

Open atberium opened this issue 1 year ago • 1 comments

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

atberium avatar Nov 11 '24 08:11 atberium

/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.

github-actions[bot] avatar Dec 12 '24 00:12 github-actions[bot]