Jermy Li
Jermy Li
check trackmark of US from https://trademark-search.marcaria.com/en/Result?trademark=hugegraph&country=US&status=1&mode=3&searchby=1 
check trackmark of Europe from https://trademark-search.marcaria.com/en/Result?trademark=hugegraph&country=GB&status=1&mode=1&searchby=1  
这个问题可能跟 #1626 有关,如果是的话,0.12.0版本已解决该问题,请使用0.12.0版再试试?
@zhoney 这个看起来像left index的问题?
请尝试使用 `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同步数据。