I have came across reading about hinted handoff for cassandra write requests. which stores hints about dead replica node in coordinator node. For more info http://www.datastax.com/documentation/cassandra/2.0/cassandra/dml/dml_about_hh_c.html
Then if the dead replica node comes alive coordinator node will take the hint info and replay the write request to that replica node. My question is what if the coordinator node is dead when the replca node comes alive?? Is there any backup coordinator node to replay the hinted writes to replica node if the coordinator is down?