vvvice commented on issue #2835:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2835#issuecomment-3095690538

   
我curl了每个节点和代理端口的schema结果都一样,也就是说schema已经同步了,仍出现上述问题,我的主节hugegraph.properties如下:
   gremlin.graph=org.apache.hugegraph.HugeFactory
   vertex.cache_type=l2
   vertex.cache_capacity=10000000
   vertex.cache_expire=30
   edge.cache_type=l2
   edge.cache_capacity=1000000
   edge.cache_expire=30
   raft.group_peers=192.168.1.100:8091,192.168.1.100:8092,192.168.1.100:8093
   task.schedule_period=10
   task.retry=0
   task.wait_timeout=10
   search.text_analyzer=jieba
   search.text_analyzer_mode=INDEX
   backend=cassandra
   serializer=cassandra
   cassandra.keyspace=hugegraph
   cassandra.host=192.168.1.89
   cassandra.port=9042
   cassandra.username=
   cassandra.password=
   cassandra.connect_timeout=10
   cassandra.read_timeout=30
   cassandra.keyspace.strategy=SimpleStrategy
   cassandra.keyspace.replication=3
   


-- 
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: issues-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to