[BUG] GIE report some stability errors in user scenario
Open
bug
component:gie
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
**Describe the bug**
A clear and concise description of what the bug is.
- frontend重启失败
1. 导入数据过大会引发graphscope崩溃,从而导致服务进程无法正常关闭,这种情况下如果不手动删除残留进程,会导致之前的服务端口一直被占用,从而导致frontend无法在同样端口上重启;
- 前端收到报错信息`fetch gremlin result failed`
1. frontend返回了错误信息并区分了不同错误类型,但前端似乎catch了这些异常并统一报错`fetch gremlin result failed`,从而导致用户无法定位引发错误的具体原因
2. frontend显示query执行成功,但前端依然有报错 (Fix via #2188 and #2182 )
Contributor guide
Assessment
This issue has not been assessed yet.