It is mentioned in DataStax that there is one memtable per column-family in Cassandra.
Lets' assume I have a 2 Node Cassandra cluster with RF=2. Now if one of the node fails then the other node is there from which we can retrieve the data. But it is possible that say in my cluster node1 fails then node2 handles the requests for data and after some time node1 is up and node2 fails then it is node1 which handles the request.
So where is memtable located in the cluster? If it is in the node then the statement that there is only one memtable per column-family is incorrect.