One thing to note is that, different from tradition vector clocks, where we have a entry in the vector for each servers, Dynamo's vector clock only consists of list of (coordinator node, counter)
pairs. For example, [(A,1), (B, 3)]
means server A serves one writes and server B serves three writes.