DirkJia commented on issue #476: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/476#issuecomment-1576424634
> > > > is this a server problem?(seems not a toolchain pic) > > > > and do u try the latest version(apache 1.0.0)? > > > > > > > > > Is it necessary to raise another issue for project of [incubator-hugegraph](https://github.com/apache/incubator-hugegraph)? > > > > > > nope,and the issue could transfer directly (but we need more time for the outdated version) > > also u could add some backend info(edit the top comment) > > done. and i am I deleting data by tracing the code. If it doesn't work, I shall switch to another Cassandra database to try it out I deleted some duplicate data from the tables like vl,il,el,pk,c etc,and now it's working fine。 I suspect that Cassandra has three nodes in total, and two of them were restarted, causing HugeGraph to not read the metadata. Therefore, the metadata was written again. When Cassandra is back to normal, the data became duplicated, causing the HugeGraph verification to fail. I am not sure if the new version has fixed this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
