What happens if a coordinator node goes down during a write in Apache Cassandra?

你离开我真会死。 提交于 2021-02-11 12:36:01

问题


Pretty much the title, but I realize that there are a lot of different edge cases here, but I am somehow not able to find a credible source on this.


回答1:


If co-ordinator goes down mid request , cassandra drivers are designed to handle such case with retry policy which you can configure.

More Details



来源:https://stackoverflow.com/questions/37722828/what-happens-if-a-coordinator-node-goes-down-during-a-write-in-apache-cassandra

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!