Java驱动程序4.x与Cassandra 3.x集群兼容吗?

huangapple go评论95阅读模式
英文:

Is Java driver 4.x compatible with Cassandra 3.x clusters?

问题

我们正在使用Java 4+驱动程序与Cassandra 3x集群,并遇到性能问题。

期望间歇性地获得良好的性能。遇到了很多驱动程序超时异常和读取超时异常。任何指导都会有所帮助。

英文:

We are using Java 4+ driver with Cassandra 3x cluster and seeing performance issues.

Expecting good performance intermittently. Seeing a lot of driver timeout exceptions and read timeout exceptions. Any pointers would help.

答案1

得分: 1

是的,Java驱动程序的4.x版本与Cassandra 3.0和3.11集群兼容。

有关详细信息,请参阅Java驱动程序兼容性矩阵

根据我所了解的情况,如果您的集群负载过重,可能会导致超时异常。祝好!

英文:

Yes, version 4.x of the Java drivers are compatible with Cassandra 3.0 and 3.11 clusters.

For details, see the Java driver compatibility matrix.

Without knowing details of the issue you are facing, my best guess is that your cluster is overloaded leading to the timeout exceptions. Cheers!

huangapple
  • 本文由 发表于 2023年8月9日 10:48:48
  • 转载请务必保留本文链接:https://go.coder-hub.com/76864260.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定