apache / incubator-hugegraph-toolchain

HugeGraph toolchain - include a series useful graph modules
https://hugegraph.apache.org/
Apache License 2.0
88 stars 92 forks source link

HugeGraph hubble网站上删除不了顶点、索引 #431

Open cygoodboy opened 1 year ago

cygoodboy commented 1 year ago

Bug Type (问题类型)

other exception / error (其他异常报错)

Before submit

Environment (环境信息)

hugegraph-1.0.0最新版本

Expected & Actual behavior (期望与实际表现)

HugeGraph hubble网站上我去删除一个顶点或者索引时,虽然提示修改成功,但实际上并没有删除,麻烦解决一下。

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

imbajin commented 1 year ago

给一下具体的 toolchain(hubble) 版本, 以及复现的方式步骤 比如提供一个最小的数据集

cygoodboy commented 1 year ago

apache-hugegraph-toolchain-incubating-1.0.0,任意建一个顶点或者索引,都删除不了

------------------ 原始邮件 ------------------ 发件人: "apache/incubator-hugegraph-toolchain" @.>; 发送时间: 2023年2月9日(星期四) 下午2:35 @.>; @.**@.>; 主题: Re: [apache/incubator-hugegraph-toolchain] HugeGraph hubble网站上删除不了顶点、索引 (Issue #431)

给一下具体的 toolchain(hubble) 版本, 以及复现的方式步骤 比如提供一个最小的数据集

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

cygoodboy commented 1 year ago

{     "exception": "class org.apache.hugegraph.HugeException",     "message": "Failed to serialize vertexlabels",     "cause": "org.apache.hugegraph.HugeException: Can't write json: Undefined index label with id: '64' (through reference chain: java.util.ArrayList[1])" }

请问这个错误该怎么解决,现在在Hubble网站上看不到顶点了

Message ID: @.***>

imbajin commented 1 year ago

你可以提供一下具体的复现方式? 比如你删除的语句和操作, 以及报错的截图

另外重启 server 之后, 点/索引是否还存在呢?

cygoodboy commented 1 year ago

复现方式:集群下任意创建一些顶点类型,然后添加一些索引,任意添加一些顶点数据进去,删除不掉索引(边也会有类似的情况)。 问题:集群模式下删除索引 不成功,重启服务端集群之后,删除的索引不见了,hubble报错

cause: "org.apache.hugegraph.HugeException: Can't write json: Undefined index label with id: '27' (through reference chain: java.util.Arrayist[2])"

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2023年3月7日(星期二) 晚上9:35 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [apache/incubator-hugegraph-toolchain] HugeGraph hubble网站上删除不了顶点、索引 (Issue #431)

你可以提供一下具体的复现方式? 比如你删除的语句和操作, 以及报错的截图

另外重启 server 之后, 点/索引是否还存在呢?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>