英文:
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!
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论