I'm running YCSB on a 6-node Cassandra cluster with default settings. Assuming that the client has built connection with the coordinator, and found sufficient replicas to meet its consistency level, what will happen if:
(1) the coordinator is down? Will the YCSB client contacts a different coordinator?
(2) some of the replicas are down? Will it retry or simply fail the request?