GraphScope
GraphScope copied to clipboard
[BUG] Seems to few libgrpc dependencies are missed in registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest
Describe the bug
When try to reproduce this tutorial, I've got an issue with container "engine", running in pod "
- error while loading shared libraries: libgpr.so.10
- error while loading shared libraries: libgrpc++.so.1
To Reproduce
Short way
- Run
docker run --rm registry.cn-hongkong.aliyuncs.com/graphscope/interactive-executor:latest vineyeardd - 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
- Follow all the steps from the tutorial
- After you do
helm install [YOUR_RELEASE_NAME] gie-standalonestep, runkubectl logs [YOUR_RELEASE_NAME]-gie-standalone-store-0 -n <ns> - 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
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
/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.