GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

[Bug] iterating node got error after convert to gs.nx graph

Open acezen opened this issue 1 year ago • 1 comments

Discussed in https://github.com/alibaba/GraphScope/discussions/3225

Originally posted by zjarles September 16, 2023 将子图转换为networks图后,在循环遍历时,报错如下,请问是什么原因呢?

G = nx.DiGraph(sub_graph, default_label="trmnl")
for node in G.nodes(data=True):
print(node)

AnalyticalEngineInternalError: /work/analytical_engine/core/object/object_manager.h:80: GetObject -> Object graph_GWXIIwo7 does not exist boost::leaf::result<std::shared_ptrgs::IFragmentWrapper > gs::ObjectManager::GetObjectgs::IFragmentWrapper(std::string const&) + 0x2FE gs::GrapeI ... [truncated]

这个图是存在的,sub_graph.schema可以显示数据。

acezen avatar Feb 21 '24 03:02 acezen

/cc @acezen, 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-progress to 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-discussion or wontfix to the issue,
  • 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-discussion label to the pull request. Thanks!

github-actions[bot] avatar Mar 12 '24 00:03 github-actions[bot]