对于nebula-python 连接集群nebula graph 出现 -1005 Storage Error: part: 3, error: E_RPC_FAILURE(-3). 错误

集群部署使用的docker swarm
1.集群部署3个graph时,这三个graph时轮流连接storage吗?
2.通过python插入数据时出现代码-1005 Storage Error: part: 3, error: E_RPC_FAILURE(-3) 的问题
其他话题中要增加该配置

  • –storage_client_timeout_ms=60000 这个配置时增加garph和storage的连接时长,到了时间是不是会更换另一个graph连接?更改完之后也会出现-1005的问题。有没有更好的解决方案?
    nebula-python代码
    sessionPoolConfig = SessionPoolConfig()
    session_pool = SessionPool(setting.user, setting.passwd, setting.space_name, [('120.46.147.172', 9669), ('120.46.178.164', 9669)])
    session_pool.init(sessionPoolConfig)

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。