GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

[BUG] GIE report some stability errors in user scenario

Open shirly121 opened this issue 3 years ago • 0 comments

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执行成功,但前端依然有报错

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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.

shirly121 avatar Oct 13 '22 03:10 shirly121