0

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.

Community
  • 1
  • 1
Minalcar
  • 53
  • 1
  • 8

1 Answers1

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

undefined_variable
  • 6,180
  • 2
  • 22
  • 37
  • Thank you, that was very helpful. But what happens to the data that is already written on some of the nodes? Will it be overwritten again if there is a new coordinator node? – Minalcar Jun 09 '16 at 11:14
  • If same insert query is executed then new entry gets created with latest timestamp – undefined_variable Jun 09 '16 at 11:59