GraphScope
GraphScope copied to clipboard
feat(interactive): Manage the `start/stop/restart` of `GraphServer` by `AdminService`
GraphScope Interactive service composes two process: HQPS Engine and Compiler GraphServer. To support graph switching(Admin Service's interface), we need to tell the compiler to use a new graph schema. Maybe the best way to do this, is to make GraphServer a subprocess of interactive server.
/cc @zhanglei1949, this issus/pr has had no activity for for a long time, could you folks help to review the status ? To suppress further notifications,
- for issues,
- if it is waiting for further response from the reporter/author, please help to add the label
requires-further-info, - if you have already started working on it, please add the label
work-in-progressto the issue, - if this issue requires further designing discussion and not in current plan, or won't be fixed, please add the label
requires-further-discussionorwontfixto the issue,
- if it is waiting for further response from the reporter/author, please help to add the label
- for pull requests,
- if you are still working on it and it is not ready for reviewing, please convert this pull request as draft PR,
- if you have decided to hold this development on, please add the
requires-further-discussionlabel to the pull request. Thanks!
Issue was resolved via https://github.com/alibaba/GraphScope/pull/3650