GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

feat(interactive): Refactor loader to enabling loading progress tracking in admin service

Open zhanglei1949 opened this issue 1 year ago • 1 comments

Interactive admin service currently use a subprocess invoke bulk_loader to import data to graph. But the graph loading subprocess will block the http request, until loading process succeed/failed.

Refactor the procedure in a non-blocking manner, return the subprocess id as a unique id. The client can use this unique id to query the job progress.

zhanglei1949 avatar Jan 29 '24 08:01 zhanglei1949

/cc @zhanglei1949, this issus/pr has had no activity for for a long time, could you folks help to review the status ? If this issue/pr is waiting for further response from the reporter/author, please help to add the label requires-further-info to suppress further notification. If this issue/pr is not in your queue, please unassign yourself from it to avoid been notified again.

github-actions[bot] avatar Feb 27 '24 13:02 github-actions[bot]

Closed since implemented in https://github.com/alibaba/GraphScope/pull/3605

zhanglei1949 avatar Mar 21 '24 02:03 zhanglei1949