We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
社区版,建立了一个集群环境,leader两个follower!
我有三个服务,A,B,C其中: A:负责写入 B: 负责查询 C: 负责查询
A链接leader B和C分别链接两个follower,
发现在写入和查询比较大的时候,只有leader的CPU会飙升到100%,两个follower没怎么变化!
taos-jdbcdriver版本:3.2.7 SERVER VERSION: 3.2.2.0
The text was updated successfully, but these errors were encountered:
分布式架构,每个分片都可能是 leader or follower ,不存在 leader节点 / follower节点
Sorry, something went wrong.
我是三个部署的集群,他一直给第二个上面进行读写,导致这个100% CPU,其余两个基本没啥变化,这个问题可能性是啥?
No branches or pull requests
社区版,建立了一个集群环境,leader两个follower!
我有三个服务,A,B,C其中:
A:负责写入
B: 负责查询
C: 负责查询
A链接leader
B和C分别链接两个follower,
发现在写入和查询比较大的时候,只有leader的CPU会飙升到100%,两个follower没怎么变化!
taos-jdbcdriver版本:3.2.7
SERVER VERSION: 3.2.2.0
The text was updated successfully, but these errors were encountered: