java集成iotdb集群
#12054
Replies: 1 comment 2 replies
-
可以提供一下写入程序代码? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在使用java集成iotdb集群模式时,demo是单机模式下相同的,也跑通了的,主要修改的地方是session = new Session(nodeList,user, password,fetchSize); 这里是把三个节点的url填写进去的,但是遇到了问题,查询是成功的,插入一直失败,但是没有任何的报错;我在linux后台使用脚本的插入、查询、同步都是没问题的,排除了部署的问题之后,不知道java代码还需要如何修改?
Beta Was this translation helpful? Give feedback.
All reactions