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