alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.3k stars 447 forks source link

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

Open atberium opened 1 week ago

atberium commented 1 week ago

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:

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:

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