I came across aforementioned line in blog http://docs.datastax.com/en/archived/cassandra/2.0/cassandra/dml/dml_about_hh_c.html
Its quite confusing. So let's say I have 5 node cluster, with RF of 3 and Write Consistency as Quorum i.e. 2 nodes
Now, if I try to write something and out of three replica nodes for given particular data, two were down. So, does this mean that cassandra won't store hint (as it knows it won't be able meet given consistency of quorum in first place)? and reject that write right away OR it will store hint for them and give success in response?
Can someone please elaborate on this?