Reading the Brewer's conjecture, it says Partition Tolerance means nodes are not able to pass messages to other nodes in a cluster, and not that a few nodes are down.
This idea seems to be strengthened by the definition of Availability which refers to only 'non failing' nodes being able to respond to requests.
Therefore, am I correct in understanding that Partition Tolerance has nothing to do with nodes failing and becomoing unresponsive to requests? It only concerns itself with how the still functioning nodes are behaving (are they consistent and available) when they are not able to talk to each other?
Thanks.