Jermy Li

Results 165 comments of Jermy Li

check trackmark of US from https://trademark-search.marcaria.com/en/Result?trademark=hugegraph&country=US&status=1&mode=3&searchby=1 ![image](https://user-images.githubusercontent.com/9625821/141237288-4e7a277d-a8bb-4a86-808f-19b94d0355f1.png)

check trackmark of Europe from https://trademark-search.marcaria.com/en/Result?trademark=hugegraph&country=GB&status=1&mode=1&searchby=1 ![image](https://user-images.githubusercontent.com/9625821/141237924-07648c85-9845-4aa3-aeee-56bc32a2d67d.png) ![image](https://user-images.githubusercontent.com/9625821/141237736-bf922c67-a390-428a-a16a-161f542e451f.png)

这个问题可能跟 #1626 有关,如果是的话,0.12.0版本已解决该问题,请使用0.12.0版再试试?

请尝试使用 `index rebuild` 接口对索引进行修复,具体见:https://hugegraph.github.io/hugegraph-doc/clients/restful-api/rebuild.html

因为`jraft`依赖包是需要额外打包,请使用0.11.2版本中lib目录下`jraft-core-1.3.5.jar`替换0.12版本中对应的jraft包。

性能一般来说可以这么排序(仅供参考):rocksdb > hbase/cassandra/scylladb > mysql/cockroachdb

@WillemJiang Thank you. Ok, we suspend this task and restart it until it is accepted.

日志中有错误信息或警告信息吗?

> 不过为啥用ScyllaDB不能开启raft呢? 启用`raft.mode=true`是在RocksDB等非共享存储的场景用于同步数据,ScyllaDB本身是共享存储无需Raft同步数据。