alibaba / GraphScope

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

[BUG] GraphScope Interactive Engine always restarts with default graph #4253

Closed pomelo-nwu closed 5 days ago

pomelo-nwu commented 6 days ago

Describe the bug as titled

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):

Additional context Add any other context about the problem here.

zhanglei1949 commented 5 days ago

How to reproduce the bug: Deploy the service with docker.

  1. Create a new graph.
  2. Switch service the graph to the new graph
  3. Stop the container and restart the container.
  4. Now the response of GET /v1/service/status is the new graph, but actually running on the default graph.