GraphScope
GraphScope copied to clipboard
[BUG] GIE report some stability errors in user scenario
Describe the bug A clear and concise description of what the bug is.
-
frontend重启失败
- 导入数据过大会引发graphscope崩溃,从而导致服务进程无法正常关闭,这种情况下如果不手动删除残留进程,会导致之前的服务端口一直被占用,从而导致frontend无法在同样端口上重启;
-
前端收到报错信息
fetch gremlin result failed- frontend返回了错误信息并区分了不同错误类型,但前端似乎catch了这些异常并统一报错
fetch gremlin result failed,从而导致用户无法定位引发错误的具体原因 - frontend显示query执行成功,但前端依然有报错
- frontend返回了错误信息并区分了不同错误类型,但前端似乎catch了这些异常并统一报错
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- GraphScope version: [e.g., v0.1, v0.2.2, master]
- OS: [e.g. MacOS, Linux]
- Version [e.g. 10.15]
- Kubernetes Version [e.g., 1.19]
Additional context Add any other context about the problem here.